-
Bug
-
Resolution: Done
-
Normal
-
None
-
False
-
False
-
0
-
Undefined
-
Not Supported
-
ODC Sprint 201
-
Moderate
Description of problem:
Helm chart catalog is not showing duplicate charts from two different helm repositories that send the same charts.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Add a new helm chart repo that has the same charts as default repo-
apiVersion: helm.openshift.io/v1beta1 kind: HelmChartRepository metadata: name: redhat-certified spec: connectionConfig: url: >- https://raw.githubusercontent.com/rohitkrai03/redhat-helm-charts/certification name: Red Hat Certification Charts
- Go to the helm catalog
Actual results:
Only charts from default repo is shown.
Expected results:
Charts from both repo should be shown with a helm repo filter in the catalog available.
Reproducibility (Always/Intermittent/Only Once):
Always