-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
None
When installing RHDH using Helm CLI from OpenShift Chart Repository it doesn't consider the 1.0.0-1 to be the latest version and it defaults to 1.0.0
▶ helm repo add openshift-helm-charts https://charts.openshift.io/
▶ helm show values openshift-helm-charts/redhat-developer-hub | grep registry
registry: quay.io
registry: registry.redhat.io
▶ helm show values openshift-helm-charts/redhat-developer-hub --version 1.0.0-1 | grep registry
registry: registry.redhat.io
registry: registry.redhat.io
▶ helm show values openshift-helm-charts/redhat-developer-hub --version 1.0.0 | grep registry
registry: quay.io
registry: registry.redhat.io
Note that this is not a case for OpenShift Developer Console, there it works correctly and it defaults to 1.0.0-1
We need to make sure that the ODC and Helm Cli default to the same latest version.
- relates to
-
RHDHBUGS-1532 Unable to deploy RHDH 1.1.0 helm chart to Dev Sandbox
-
- Closed
-