diff options
author | Vadim Rutkovsky <vrutkovs@redhat.com> | 2018-01-11 18:08:57 +0100 |
---|---|---|
committer | Vadim Rutkovsky <vrutkovs@redhat.com> | 2018-02-08 20:13:13 +0100 |
commit | e6e8c13d7d65c81c287a5b53403866db8280a5bf (patch) | |
tree | 069966dd6c257b228a023e2edb5cabe6d1aed647 /roles/openshift_web_console | |
parent | 1ab6b4201af2474106d68265515de8d0c63b285d (diff) | |
download | openshift-e6e8c13d7d65c81c287a5b53403866db8280a5bf.tar.gz openshift-e6e8c13d7d65c81c287a5b53403866db8280a5bf.tar.bz2 openshift-e6e8c13d7d65c81c287a5b53403866db8280a5bf.tar.xz openshift-e6e8c13d7d65c81c287a5b53403866db8280a5bf.zip |
Set default image tag to openshift_image_tag for services
Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
Diffstat (limited to 'roles/openshift_web_console')
-rw-r--r-- | roles/openshift_web_console/vars/default_images.yml | 2 | ||||
-rw-r--r-- | roles/openshift_web_console/vars/openshift-enterprise.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_web_console/vars/default_images.yml b/roles/openshift_web_console/vars/default_images.yml index 42d331ac5..0bd4e981d 100644 --- a/roles/openshift_web_console/vars/default_images.yml +++ b/roles/openshift_web_console/vars/default_images.yml @@ -1,4 +1,4 @@ --- __openshift_web_console_prefix: "docker.io/openshift/origin-" -__openshift_web_console_version: "latest" +__openshift_web_console_version: "{{ openshift_image_tag }}" __openshift_web_console_image_name: "web-console" diff --git a/roles/openshift_web_console/vars/openshift-enterprise.yml b/roles/openshift_web_console/vars/openshift-enterprise.yml index 375c22067..fd5e4e9a0 100644 --- a/roles/openshift_web_console/vars/openshift-enterprise.yml +++ b/roles/openshift_web_console/vars/openshift-enterprise.yml @@ -1,4 +1,4 @@ --- __openshift_web_console_prefix: "registry.access.redhat.com/openshift3/ose-" -__openshift_web_console_version: "v3.9" +__openshift_web_console_version: "{{ openshift_image_tag }}" __openshift_web_console_image_name: "web-console" |