summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-10-04 09:50:57 -0400
committerGitHub <noreply@github.com>2017-10-04 09:50:57 -0400
commita0ba7b469776f7a141d2bb0f26f51e3f1c4b268a (patch)
tree7eecf802f81283c7ef25d98530b929537e3f3d2d /roles/openshift_logging
parenta25709a6f16913b59ef2edc3e07d8bc8a598f41e (diff)
parent20a8569532ba73f61020ba58e03a9fff874841d3 (diff)
downloadopenshift-a0ba7b469776f7a141d2bb0f26f51e3f1c4b268a.tar.gz
openshift-a0ba7b469776f7a141d2bb0f26f51e3f1c4b268a.tar.bz2
openshift-a0ba7b469776f7a141d2bb0f26f51e3f1c4b268a.tar.xz
openshift-a0ba7b469776f7a141d2bb0f26f51e3f1c4b268a.zip
Merge pull request #5648 from jcantrill/1497401_default_image_versions
bug 1497401. Default logging and metrics images to 3.7
Diffstat (limited to 'roles/openshift_logging')
-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 49e8a18af..f60fa8d7d 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 ('v3.6') }}"
+__openshift_logging_image_version: "{{ openshift_hosted_logging_deployer_version | default ('v3.7') }}"