From e190b666be99c9d79913c62f61371f3cce4f8951 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 2 Sep 2021 12:09:47 +0200 Subject: [ANSIBLE] Upgrade Kubernetes version deployed by RKE to v1.19.14 Change-Id: Id625510579585f3cfde598ffe6b52c44cba51678 Issue-ID: OOM-2818 Signed-off-by: Bartek Grzybowski --- ansible/group_vars/infrastructure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible') diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml index 69b89587..461d222f 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -21,7 +21,7 @@ populate_nexus: false helm_bin_dir: /usr/local/bin helm_version: v2.16.6 helm3_push_version: 0.9.0 -rke_kubernetes_version: v1.19.6-rancher1-1 +rke_kubernetes_version: v1.19.14-rancher1-2 vnc_server_image: consol/ubuntu-icewm-vnc:1.4.0 nexus3_image: sonatype/nexus3:3.15.2 dns_server_image: andyshinn/dnsmasq:2.76 -- cgit 1.2.3-korg