diff options
author | Scott Dodson <sdodson@redhat.com> | 2018-02-07 22:45:11 -0500 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2018-02-07 22:45:11 -0500 |
commit | 16da06dc6a1980c05e039e8ca845edaf16936972 (patch) | |
tree | 73acd4c5eb66735a282ebf44051392c3ccabf4e5 | |
parent | 178a71a0952adc5a4137f2c0acae8e5d2cf71c62 (diff) | |
download | openshift-16da06dc6a1980c05e039e8ca845edaf16936972.tar.gz openshift-16da06dc6a1980c05e039e8ca845edaf16936972.tar.bz2 openshift-16da06dc6a1980c05e039e8ca845edaf16936972.tar.xz openshift-16da06dc6a1980c05e039e8ca845edaf16936972.zip |
Use v3.9 web-console image for now
-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" |