summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorewolinetz <ewolinet@redhat.com>2017-05-24 11:34:21 -0500
committerewolinetz <ewolinet@redhat.com>2017-05-24 11:34:21 -0500
commit6c5ef8f3b853377099ee35150ec59653b7531c93 (patch)
tree69a3769105501cca5de8496bcca14a056301764c /playbooks
parent1694eb3b5d57960b75b05aa66bd561120c79c50f (diff)
downloadopenshift-6c5ef8f3b853377099ee35150ec59653b7531c93.tar.gz
openshift-6c5ef8f3b853377099ee35150ec59653b7531c93.tar.bz2
openshift-6c5ef8f3b853377099ee35150ec59653b7531c93.tar.xz
openshift-6c5ef8f3b853377099ee35150ec59653b7531c93.zip
Prepending v to registry-console version
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/post_control_plane.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
index 9b76f1dd0..4cf434dab 100644
--- a/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
+++ b/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
@@ -10,7 +10,7 @@
router_image: "{{ openshift.master.registry_url | replace( '${component}', 'haproxy-router' ) |
replace ( '${version}', openshift_image_tag ) }}"
registry_console_image: "{{ openshift.master.registry_url | replace ( '${component}', 'registry-console') |
- replace ( '${version}', openshift.common.short_version ) }}"
+ replace ( '${version}', 'v' ~ openshift.common.short_version ) }}"
pre_tasks:
- name: Load lib_openshift modules