-
Bug
-
Resolution: Done
-
Major
-
None
-
4.12
-
Moderate
-
No
-
ODC Sprint 241
-
1
-
Rejected
-
False
-
This is a clone of issue OCPBUGS-15773. The following is the description of the original issue:
—
Description of problem:
The upgrade Helm Release tab in OpenShift GUI Developer console is not refreshing with updated values.
Version-Release number of selected component (if applicable):
4.12
How reproducible:
100%
Steps to Reproduce:
1. Add below Helm chart repository from CLI ~~~ apiVersion: helm.openshift.io/v1beta1 kind: HelmChartRepository metadata: name: prometheus-community spec: connectionConfig: url: 'https://prometheus-community.github.io/helm-charts' name: prometheus-community ~~~ 2. Goto GUI and select Developer console --> +Add --> Developer Catalog --> Helm Chart --> Select Prometheus Helm chart --> Install Helm chart --> From dropdown of chart version select 22.3.0 --> Install 3. You will see the image tag as v0.63.0 ~~~ image: digest: '' pullPolicy: IfNotPresent repository: quay.io/prometheus-operator/prometheus-config-reloader tag: v0.63.0 ~~~ 4. Once that is installed Goto Helm --> Helm Releases --> Prometheus --> Upgrade --> From dropdown of chart version select 22.4.0 --> the page does not refresh with new value of the tag. ~~~ image: digest: '' pullPolicy: IfNotPresent repository: quay.io/prometheus-operator/prometheus-config-reloader tag: v0.63.0 ~~~ NOTE: The same steps before installing the helm chart, when we select different versions the value is being updated. Goto GUI and select Developer console --> +Add --> Developer Catalog --> Helm Chart --> Select Prometheus Helm chart --> Install Helm chart --> From dropdown of chart version select 22.3.0 --> Now select different chart version like 22.7.0 or 22.4.0
Actual results:
The The yaml view of Upgrade Helm Release tab shows the values of older chart version.
Expected results:
The yaml view of Upgrade Helm Release tab should contain latest values as per selected chart version.
Additional info:
- blocks
-
OCPBUGS-16139 The upgrade Helm Release tab in OpenShift GUI Developer console is not refreshing with updated values.
- Closed
- clones
-
OCPBUGS-15773 The upgrade Helm Release tab in OpenShift GUI Developer console is not refreshing with updated values.
- Closed
- is blocked by
-
OCPBUGS-15773 The upgrade Helm Release tab in OpenShift GUI Developer console is not refreshing with updated values.
- Closed
- is cloned by
-
OCPBUGS-16139 The upgrade Helm Release tab in OpenShift GUI Developer console is not refreshing with updated values.
- Closed
- links to