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:
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