diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-04-13 13:43:51 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-04-13 14:44:16 -0400 |
commit | 47db3dbb498f1792b87e0431a103c0a631604379 (patch) | |
tree | 101fe58b8419b675109c92587f94bde1643c0cf2 /roles/openshift_metrics | |
parent | e48dd41c692a11516c6c7d13755af11e1ce2654a (diff) | |
download | openshift-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_metrics')
-rw-r--r-- | roles/openshift_metrics/vars/openshift-enterprise.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_metrics/vars/openshift-enterprise.yml b/roles/openshift_metrics/vars/openshift-enterprise.yml index f28c3ce48..b20957550 100644 --- a/roles/openshift_metrics/vars/openshift-enterprise.yml +++ b/roles/openshift_metrics/vars/openshift-enterprise.yml @@ -1,3 +1,3 @@ --- __openshift_metrics_image_prefix: "{{ openshift_hosted_metrics_deployer_prefix | default('registry.access.redhat.com/openshift3/') }}" -__openshift_metrics_image_version: "{{ openshift_hosted_metrics_deployer_version | default(openshift_release | default ('3.5.0') ) }}" +__openshift_metrics_image_version: "{{ openshift_hosted_metrics_deployer_version | default ('3.6.0') }}" |