chore(chart): fix Orchestrator Infra Chart metadata to avoid conflicts with RHDH Chart#131
Merged
openshift-merge-bot[bot] merged 4 commits intoredhat-developer:mainfrom Apr 17, 2025
Conversation
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
Member
Author
|
cc/ @rm3l |
|
nickboldt
reviewed
Apr 16, 2025
nickboldt
reviewed
Apr 16, 2025
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
… to use the Orchestrator. Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
7dd4b5e
into
redhat-developer:main
5 checks passed
rm3l
added a commit
to rm3l/rhdh-chart
that referenced
this pull request
Sep 10, 2025
The chart was renamed in [1][2], but the README was still pointing to the previous chart, which caused users to install an outdated version of the chart when following this doc. [1] https://issues.redhat.com/browse/RHIDP-6169 [2] redhat-developer#131
This was referenced Sep 10, 2025
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description of the change
This PR updates the Chart.yaml metadata for the orchestrator-infra chart to avoid conflicts with the main Red Hat Developer Hub (RHDH) chart in Quay and Helm search results.
Why this change is needed: The original metadata reused several fields (e.g. name, charts.openshift.io/name, description) from the RHDH chart, which caused ambiguity and potential collisions when both charts were published as OCI artifacts.
Existing or Associated Issue(s)
Related issue: https://issues.redhat.com/browse/RHIDP-6169
Additional Information
For example, the orchestrator-infra-chart artifact in quay:
Hence, the Chart metadata needing to be updated. Otherwise, it might conflict with the metadata of the RHDH Chart. In particular charts.openshift.io/name something like Orchestrator Infrastructure for Red Hat Developer Hub (CI Build) would make better sense and distinguish it from the RHDH chart and description should be the same as https://github.com/redhat-developer/rhdh-chart/blob/main/charts/orchestrator-infra/Chart.yaml#L7-L8 name ideally something like redhat-developer-hub-orchestrator-infra
Checklist
Chart.yamlaccording to semver.values.yamland added to the README.md. The pre-commit utility can be used to generate the necessary content. Usepre-commit run -ato apply changes.pre-commithook.ct lintcommand.