diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-11-24 12:10:08 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-12-03 09:20:34 +0100 |
commit | 59e540b34eaf0f8e89d1b81dc7a1b5be956e8379 (patch) | |
tree | 56f8ab9ab92367018535af092bd5df3592a9d078 | |
parent | 8328a0bae73ee9e1f008afdac96b546c7f9a8276 (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>
-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 |