Skip to content

Commit

Permalink
Fix helm for Kubernetes 1.16.2
Browse files Browse the repository at this point in the history
Since upgrading k8s beyond 1.16.0 version, helm init does
no longer work with helm < 2.16.0 due to
helm/helm#6374

This PR closes issue kubernetes-sigs#5331
  • Loading branch information
BjoernT committed Nov 11, 2019
1 parent bd014c4 commit 5dc5c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,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"
Expand Down

0 comments on commit 5dc5c96

Please sign in to comment.