summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/vars
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-04-13 13:43:51 -0400
committerScott Dodson <sdodson@redhat.com>2017-04-13 14:44:16 -0400
commit47db3dbb498f1792b87e0431a103c0a631604379 (patch)
tree101fe58b8419b675109c92587f94bde1643c0cf2 /roles/openshift_logging/vars
parente48dd41c692a11516c6c7d13755af11e1ce2654a (diff)
downloadopenshift-47db3dbb498f1792b87e0431a103c0a631604379.tar.gz
openshift-47db3dbb498f1792b87e0431a103c0a631604379.tar.bz2
openshift-47db3dbb498f1792b87e0431a103c0a631604379.tar.xz
openshift-47db3dbb498f1792b87e0431a103c0a631604379.zip
Fix default image tag for enterprise
We're just going to hardcode this for now until we can verify that a tag like v3.6 will always exist in the future
Diffstat (limited to 'roles/openshift_logging/vars')
-rw-r--r--roles/openshift_logging/vars/openshift-enterprise.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_logging/vars/openshift-enterprise.yml b/roles/openshift_logging/vars/openshift-enterprise.yml
index 9679d209a..92e68a0a3 100644
--- a/roles/openshift_logging/vars/openshift-enterprise.yml
+++ b/roles/openshift_logging/vars/openshift-enterprise.yml
@@ -1,3 +1,3 @@
---
__openshift_logging_image_prefix: "{{ openshift_hosted_logging_deployer_prefix | default('registry.access.redhat.com/openshift3/') }}"
-__openshift_logging_image_version: "{{ openshift_hosted_logging_deployer_version | default(openshift_release | default ('3.5.0') ) }}"
+__openshift_logging_image_version: "{{ openshift_hosted_logging_deployer_version | default ('3.6.0') }}"