Bug 1449554 - should use version 3.6 rather than 3.5 in template registry-console in OCP v3.6
Summary: should use version 3.6 rather than 3.5 in template registry-console in OCP v3.6
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.6.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: ewolinet
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-05-10 09:05 UTC by Weihua Meng
Modified: 2017-08-16 19:51 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
Environment:
Last Closed: 2017-08-10 05:23:08 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2017:1716 0 normal SHIPPED_LIVE Red Hat OpenShift Container Platform 3.6 RPM Release Advisory 2017-08-10 09:02:50 UTC

Description Weihua Meng 2017-05-10 09:05:33 UTC
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:

Comment 3 Weihua Meng 2017-05-14 14:49:48 UTC
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--->

Comment 5 errata-xmlrpc 2017-08-10 05:23:08 UTC
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


Note You need to log in before you can comment on or make changes to this bug.