diff options
author | 2021-11-24 12:10:08 +0100 | |
---|---|---|
committer | 2021-11-24 12:10:08 +0100 | |
commit | d04d8d7251b28ffe43d8ebf12c743c30ead904d0 (patch) | |
tree | 9a7dcbb1de0a10a0b95cf049531c34628b9746d1 /ansible | |
parent | a2a4ab592319ce6ba8959e208afdfadef95b4025 (diff) |
[ANSIBLE] Switch default helm version to 3.6.3
Change-Id: Id7b9a183f97fe3002784f9a9482af9ff98c88bf2
Issue-ID: OOM-2883
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible')
-rwxr-xr-x | ansible/group_vars/infrastructure.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml index 015aebdb..390770b9 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -20,7 +20,7 @@ all_simulated_hosts: "{{ simulated_hosts.http + simulated_hosts.nexus }}" populate_nexus: false helm_bin_dir: /usr/local/bin -helm_version: v2.16.6 +helm_version: v3.6.3 helm3_push_version: 0.9.0 rke_kubernetes_version: v1.19.14-rancher1-2 vnc_server_image: consol/ubuntu-icewm-vnc:1.4.0 |