-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Description of problem:
Helm even though built from 3.13.2 displays the version as 3.12.1
It is updated in upstream-sources.yaml: https://gitlab.cee.redhat.com/gitops-cpaas-midstream/gitops-midstream-repos/-/blob/gitops-1.11-rhel-8/upstream_sources.yaml?ref_type=heads#L48
But not updated in dockerfile: https://gitlab.cee.redhat.com/gitops-cpaas-midstream/gitops-midstream-repos/-/blob/gitops-1.11-rhel-8/distgit/containers/openshift-gitops-argocd/Dockerfile.in?ref_type=heads#L70
Workaround
None
Prerequisites (if any, like setup, operators/versions):
GitOps 1.11.0 RC 4
Steps to Reproduce
- Install the operator
- $ gitops_server_pod=$(oc get -n openshift-gitops pods \
-o custom-columns=NAME:.metadata.name --no-headers | \
grep openshift-gitops-server | \
head -1
) - oc -n openshift-gitops exec $gitops_server_pod – helm version
Actual results:
version.BuildInfo{Version:"v3.12.1", GitCommit:"1b5d1f059ddd2a547ee633207534419b8b6dae20", GitTreeState:"", GoVersion:"go1.20.10"}
Expected results:
Shows the information for version 3.13.2
Reproducibility (Always/Intermittent/Only Once):
Always
Acceptance criteria:
- Expected result is met
Definition of Done:
- Acceptance criteria is met
Build Details:
Additional info (Such as Logs, Screenshots, etc):
*
- is cloned by
-
GITOPS-4180 [Bug-RC v1.12.0-3] Helm version not updated
- Closed
-
GITOPS-4186 [Bug-RC-v1.12.0-7] Helm version mismatch
- Closed