-
Bug
-
Resolution: Done
-
Major
-
1.5.0
-
None
-
1
-
False
-
-
False
-
Release Note Not Required
-
-
Description of problem:
The current Chart.yaml metadata for the orchestrator-infra-chart reuses multiple fields from the main Red Hat Developer Hub (RHDH) chart (e.g., name, charts.openshift.io/name, description). This causes ambiguity and conflicts when both charts are published as OCI artifacts to Quay or appear in Helm search results.
When both the RHDH chart and the Orchestrator Infra Chart are published, they share similar names, descriptions, and annotations, leading to:
- Incorrect search results in Helm tools
- Potential overwrite or collision in registries like Quay
- Confusion for users trying to differentiate between the charts
Current problem example:
Sample metadata from the existing Orchestrator Infra Chart in Quay:
name: orchestrator-infra-chart
version: 1.6.0-CI
description: A Helm chart for deploying Red Hat Developer Hub (CI Build)
annotations:
charts.openshift.io/name: Red Hat Developer Hub (CI Build)
This metadata is nearly identical to the RHDH chart and should instead uniquely reflect the Orchestrator Infra component.
Proposed Solution:
Update Chart.yaml metadata to clearly distinguish the chart:
name: redhat-developer-hub-orchestrator-infra
description: A Helm chart for deploying the Orchestrator Infrastructure components used by Red Hat Developer Hub
annotations.charts.openshift.io/name: Orchestrator Infrastructure for Red Hat Developer Hub (CI Build)
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- <steps>