Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9650 from mtnbikenc/fix-1611818
[Bug 1611818] Use openshift_image_tag for registry-console upgrade
  • Loading branch information
openshift-merge-robot committed Aug 17, 2018
2 parents 8cb0c2a + 7a923b1 commit dc8fd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/openshift_hosted/tasks/upgrade_registry.yml
Expand Up @@ -37,7 +37,7 @@
spec.template.spec.containers[0].image: "{{ l_osh_registry_console_image }}"
vars:
l_osh_registry_console_image: "{{ openshift_hosted_registry_registryurl | regex_replace ( '(origin|ose)-\\${component}', 'registry-console') |
replace ( '${version}', 'v' ~ openshift_upgrade_target ) }}"
replace ( '${version}', openshift_image_tag ) }}"
when:
- openshift_deployment_type != 'origin'
- _registry_console.results.results[0] != {}

0 comments on commit dc8fd36

Please sign in to comment.