Bug 1917770
| Summary: | helm-operator version in downstream image should be v1.3.0 not v4.7.0 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Fan Jia <jfan> |
| Component: | Operator SDK | Assignee: | Jesus M. Rodriguez <jesusr> |
| Status: | CLOSED ERRATA | QA Contact: | Fan Jia <jfan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.7 | CC: | aos-bugs |
| Target Milestone: | --- | Keywords: | UpcomingSprint |
| Target Release: | 4.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-02-24 15:54:35 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
PR posted, resulting image will look as follows: $ docker run -it --entrypoint=/bin/sh --user 1000:0 registry.build01.ci.openshift.org/ci-op-h85zjmxq/stable:osdk-helm-e2e sh-4.4$ helm-operator version helm-operator version: "v1.3.0-ocp", commit: "2d179b73b6aac50a4080cbf4f41dec23a8cdecee", kubernetes version: "v1.19.4", go version: "go1.15.5", GOOS: "linux", GOARCH: "amd64" Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:5633 |
The version of helm-operator in the downstream image is "v4.7.0xxxx". $ docker run registry-proxy.engineering.redhat.com/rh-osbs/openshift-ose-helm-operator:v4.7.0-202101190826.p0 {"level":"info","ts":1611055052.5249324,"logger":"cmd","msg":"Version","Go Version":"go1.15.5","GOOS":"linux","GOARCH":"amd64","helm-operator":"v4.7.0-202101190826.p0","commit":"8d38641dcf0dd4afc3e63e178912cb5a2dc91b22"} $docker cp 80574bc0bcbb://usr/local/bin/helm-operator /tmp/helm-operator $./helm-operator version helm-operator version: "v4.7.0-202101190826.p0-dirty", commit: "8d38641dcf0dd4afc3e63e178912cb5a2dc91b22", kubernetes version: "v1.19.4", go version: "go1.15.5", GOOS: "linux", GOARCH: "amd64" It should be something like this: helm-operator version: "v1.3.xxx", commit: "8d38641d.....