Skip to content

Commit 6593383

Browse files
committed
update helm version
1 parent e32d205 commit 6593383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/3_addons.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function install_helm {
22
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
3+
wget https://storage.googleapis.com/kubernetes-helm/helm-v2.9.0-linux-amd64.tar.gz
4+
tar xfz helm-v2.9.0-linux-amd64.tar.gz
55
mv linux-amd64/helm /usr/local/bin
66
}
77

0 commit comments

Comments
 (0)