Skip to content

Commit

Permalink
Fix helm for Kubernetes 1.16.2 (kubernetes-sigs#5332)
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 authored and LuckySB committed Dec 9, 2019
1 parent 8834291 commit 79fa4d4
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 @@ -301,7 +301,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 79fa4d4

Please sign in to comment.