Update helm version for security and stablity fixes
Helm v2.12.2 has fixes for a security vuln, and there have been several improvements since our last update.
This commit is contained in:
parent
0697ab4b4f
commit
405198acd0
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ test_image_repo: busybox
|
||||||
test_image_tag: latest
|
test_image_tag: latest
|
||||||
busybox_image_repo: busybox
|
busybox_image_repo: busybox
|
||||||
busybox_image_tag: 1.29.2
|
busybox_image_tag: 1.29.2
|
||||||
helm_version: "v2.11.0"
|
helm_version: "v2.12.2"
|
||||||
helm_image_repo: "lachlanevenson/k8s-helm"
|
helm_image_repo: "lachlanevenson/k8s-helm"
|
||||||
helm_image_tag: "{{ helm_version }}"
|
helm_image_tag: "{{ helm_version }}"
|
||||||
tiller_image_repo: "gcr.io/kubernetes-helm/tiller"
|
tiller_image_repo: "gcr.io/kubernetes-helm/tiller"
|
||||||
|
|
Loading…
Reference in a new issue