diff options
author | Scott Dodson <sdodson@redhat.com> | 2018-02-07 22:46:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-07 22:46:40 -0500 |
commit | 38f47effc1783b92328bcfc739b782a616786922 (patch) | |
tree | 36a17c78f0dad8d247a48d44689847971d1f2ccd /roles | |
parent | 706c3103886df51c31ec99591d0ca9bd5c6cc64a (diff) | |
parent | 16da06dc6a1980c05e039e8ca845edaf16936972 (diff) | |
download | openshift-38f47effc1783b92328bcfc739b782a616786922.tar.gz openshift-38f47effc1783b92328bcfc739b782a616786922.tar.bz2 openshift-38f47effc1783b92328bcfc739b782a616786922.tar.xz openshift-38f47effc1783b92328bcfc739b782a616786922.zip |
Merge pull request #7063 from sdodson/wc39
Use v3.9 web-console image for now
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_web_console/vars/openshift-enterprise.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_web_console/vars/openshift-enterprise.yml b/roles/openshift_web_console/vars/openshift-enterprise.yml index d0bb61a56..375c22067 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.10" +__openshift_web_console_version: "v3.9" __openshift_web_console_image_name: "web-console" |