From 2e60d8e643a350cc529ef4e147c93b1b7032c401 Mon Sep 17 00:00:00 2001 From: Tomáš Levora Date: Mon, 11 May 2020 13:15:11 +0200 Subject: Updating helm for Frankfurt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updaing helm to v2.16.6 as required by OOM Frankfurt Issue-ID: OOM-2363 Signed-off-by: Tomáš Levora Change-Id: Ibcf47c26dadc359cb86e039d802ff6afbef7efbd --- ansible/group_vars/infrastructure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/group_vars') diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml index dd073735..a1643a11 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -19,7 +19,7 @@ all_simulated_hosts: "{{ simulated_hosts.http + simulated_hosts.nexus }}" populate_nexus: false helm_bin_dir: /usr/local/bin -helm_version: v2.14.2 +helm_version: v2.16.6 rancher_server_image: rancher/server:v1.6.22 vnc_server_image: consol/ubuntu-icewm-vnc:1.4.0 nexus3_image: sonatype/nexus3:3.15.2 -- cgit 1.2.3-korg