From db459d66e96e7ba6242048fbed1711fa899d5446 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 23 Aug 2018 01:25:05 +0000 Subject: [PATCH] forgot to push this --- .../templates/cluster-inventory-stg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 index 09487902b9..31e8db2c46 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 @@ -100,7 +100,7 @@ openshift_image_tag={{openshift_release}} # WARNING: This value will be used for all hosts in RPM based environments, even those that have another version installed. # This could potentially trigger an upgrade and downtime, so be careful with modifying this value after the cluster is set up. #openshift_pkg_version=-3.10.0 -openshift_pkg_version="-3.10" +openshift_pkg_version="-3.10.14" # If using Atomic Host, you may specify system container image registry for the nodes: #system_images_registry="docker.io"