Fix helm for Kubernetes 1.16.2 (#5332)

Since upgrading k8s beyond 1.16.0 version, helm init does
no longer work with helm < 2.16.0 due to
https://github.com/helm/helm/issues/6374

This PR closes issue #5331
This commit is contained in:
Bjoern Teipel 2019-11-11 05:53:41 -06:00 committed by Kubernetes Prow Robot
parent 0200138a5d
commit 8c15db53b2
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ test_image_repo: "{{ docker_image_repo }}/library/busybox"
test_image_tag: latest
busybox_image_repo: "{{ docker_image_repo }}/library/busybox"
busybox_image_tag: 1.29.2
helm_version: "v2.14.3"
helm_version: "v2.16.0"
helm_image_repo: "{{ docker_image_repo }}/lachlanevenson/k8s-helm"
helm_image_tag: "{{ helm_version }}"
tiller_image_repo: "{{ gcr_image_repo }}/kubernetes-helm/tiller"