Bug 1449554
| Summary: | should use version 3.6 rather than 3.5 in template registry-console in OCP v3.6 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Weihua Meng <wmeng> |
| Component: | Installer | Assignee: | ewolinet |
| Status: | CLOSED ERRATA | QA Contact: | Johnny Liu <jialiu> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.6.0 | CC: | aos-bugs, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-10 05:23:08 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: | |||
Verified on openshift-ansible-3.6.65.4-1.git.0.6de1866.el7
Fixed.
$ oc get template registry-console -o yaml -n openshift
<---snip--->
- description: Specify image version; e.g. for "registry.access.redhat.com/openshift3/registry-console:3.6",
set version "3.6"
name: IMAGE_VERSION
value: "3.6"
<---snip--->
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, 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/RHEA-2017:1716 |
Description of problem: 3.5 used in template registry-console in OCP v3.6, which is expected to be 3.6 Version-Release number of selected component (if applicable): openshift v3.6.74 How reproducible: always Steps to Reproduce: 1. oc get template registry-console -o yaml -n openshift Actual results: <---snip---> parameters: - description: Specify "registry/repository" prefix for container image; e.g. for "registry.access.redhat.com/openshift3/registry-console:latest", set prefix "registry.access.redhat.com/openshift3/" name: IMAGE_PREFIX value: registry.access.redhat.com/openshift3/ - description: Specify image version; e.g. for "registry.access.redhat.com/openshift3/registry-console:3.5", set version "3.5" name: IMAGE_VERSION value: "3.5" <---snip---> Expected results: 3.5 -> 3.6 Additional info: