Skip to content

fix(RHDHBUGS-3464): lowercase metadata in the chart to resolve k8's RFC 1123 format.#469

Draft
shashankkestwal wants to merge 1 commit into
redhat-developer:mainfrom
shashankkestwal:fix/RHIDP-15446
Draft

fix(RHDHBUGS-3464): lowercase metadata in the chart to resolve k8's RFC 1123 format.#469
shashankkestwal wants to merge 1 commit into
redhat-developer:mainfrom
shashankkestwal:fix/RHIDP-15446

Conversation

@shashankkestwal

@shashankkestwal shashankkestwal commented Jul 13, 2026

Copy link
Copy Markdown

Signed-off-by: skestwal skestwal@redhat.com

rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED

Description of the change

In case of the .Chart.Version not a lower case value the job failed. The uppercase values violates Kubernetes DNS subdomain naming rules (RFC 1123). The API server rejects the Job, so it is never created.

Which issue(s) does this PR fix or relate to

How to test changes / Special notes to the reviewer

Checklist

  • For each Chart updated, version bumped in the corresponding Chart.yaml according to Semantic Versioning.
  • For each Chart updated, variables are documented in the values.yaml and added to the corresponding README.md. The pre-commit utility can be used to generate the necessary content. Run pre-commit run --all-files to run the hooks and then push any resulting changes. The pre-commit Workflow will enforce this and warn you if needed.
  • JSON Schema template updated and re-generated the raw schema via the pre-commit hook.
  • Tests pass using the Chart Testing tool and the ct lint command.
  • If you updated the orchestrator-infra chart, make sure the versions of the Knative CRDs are aligned with the versions of the CRDs installed by the OpenShift Serverless operators declared in the values.yaml file. See Installing Knative Eventing and Knative Serving CRDs for more details.

Signed-off-by: skestwal <skestwal@redhat.com>

rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED
@sonarqubecloud

Copy link
Copy Markdown

@shashankkestwal shashankkestwal changed the title fix(RHIDP-15446): lowercase the chart version to fix RFC 1123 fix(RHDHBUGS-3464): lowercase the chart version to fix RFC 1123 Jul 13, 2026
@shashankkestwal shashankkestwal changed the title fix(RHDHBUGS-3464): lowercase the chart version to fix RFC 1123 fix(RHDHBUGS-3464): lowercase metadata in the chart to resolve k8's RFC 1123. Jul 13, 2026
@shashankkestwal shashankkestwal changed the title fix(RHDHBUGS-3464): lowercase metadata in the chart to resolve k8's RFC 1123. fix(RHDHBUGS-3464): lowercase metadata in the chart to resolve k8's RFC 1123 format. Jul 13, 2026

@rm3l rm3l left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shashankkestwal Thanks for this PR, but I think there is already another open PR fixing the same issue: #466 (on main).
And #465 against release-1.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants