Skip to content

Commit

Permalink
upgrade helm version to account for newer kubernetes versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raesene committed Dec 16, 2020
1 parent dbcff3f commit 233ee79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible_tasks/install_helm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Helm Files
get_url:
url: https://storage.googleapis.com/kubernetes-helm/helm-v2.13.1-linux-amd64.tar.gz
url: https://get.helm.sh/helm-v2.16.11-linux-amd64.tar.gz
dest: /tmp/helm.tar.gz

- name: unzip Helm
Expand Down

0 comments on commit 233ee79

Please sign in to comment.