We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32d205 commit 6593383Copy full SHA for 6593383
scripts/3_addons.sh
@@ -1,7 +1,7 @@
1
function install_helm {
2
cd /tmp
3
- wget https://storage.googleapis.com/kubernetes-helm/helm-v2.8.0-linux-amd64.tar.gz
4
- tar xfz helm-v2.8.0-linux-amd64.tar.gz
+ wget https://storage.googleapis.com/kubernetes-helm/helm-v2.9.0-linux-amd64.tar.gz
+ tar xfz helm-v2.9.0-linux-amd64.tar.gz
5
mv linux-amd64/helm /usr/local/bin
6
}
7
0 commit comments