Skip to content

Commit

Permalink
update helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnig committed May 10, 2018
1 parent e32d205 commit 6593383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/3_addons.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function install_helm {
cd /tmp
wget https://storage.googleapis.com/kubernetes-helm/helm-v2.8.0-linux-amd64.tar.gz
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
mv linux-amd64/helm /usr/local/bin
}

Expand Down

0 comments on commit 6593383

Please sign in to comment.