From d4b3c85a573a56f14b9fb96dcc5de9f8dcd8b598 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 31 May 2018 02:49:43 +0200 Subject: [PATCH] Set the image tag Signed-off-by: Patrick Uiterwijk --- .../templates/cluster-inventory.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 index 85ad5dc862..f909ebff3b 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 @@ -61,7 +61,7 @@ openshift_release={{openshift_release}} # Specify an exact container image tag to install or configure. # WARNING: This value will be used for all hosts in containerized 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_image_tag=v3.5.0 +openshift_image_tag=v{{openshift_release}} # Specify an exact rpm version to install or configure. # WARNING: This value will be used for all hosts in RPM based environments, even those that have another version installed.