diff options
author | ewolinetz <ewolinet@redhat.com> | 2017-06-02 13:44:05 -0500 |
---|---|---|
committer | ewolinetz <ewolinet@redhat.com> | 2017-06-02 15:58:35 -0500 |
commit | 14ade9ce097daa8e848797a55089ecaafb0ac9da (patch) | |
tree | 7b1148376f7e62f94b3238eb40eea1566a2f605e /playbooks/common/openshift-cluster/upgrades | |
parent | cf50f4ee8c92453f6217d6a8488a993a681300b4 (diff) | |
download | openshift-14ade9ce097daa8e848797a55089ecaafb0ac9da.tar.gz openshift-14ade9ce097daa8e848797a55089ecaafb0ac9da.tar.bz2 openshift-14ade9ce097daa8e848797a55089ecaafb0ac9da.tar.xz openshift-14ade9ce097daa8e848797a55089ecaafb0ac9da.zip |
Updating image for registry_console
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/post_control_plane.yml | 2 |
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 4cf434dab..d9ddf3860 100644 --- a/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml +++ b/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml @@ -9,7 +9,7 @@ replace ( '${version}', openshift_image_tag ) }}" 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') | + registry_console_image: "{{ openshift.master.registry_url | regex_replace ( '(origin|ose)-\\${component}', 'registry-console') | replace ( '${version}', 'v' ~ openshift.common.short_version ) }}" pre_tasks: |