Bump helm version to 2.1.3 (#364)

This commit is contained in:
Vic Iglesias
2017-01-04 13:52:42 -08:00
committed by Lachlan Evenson
parent d807bd8b0e
commit f2cc992094
+1 -1
View File
@@ -44,7 +44,7 @@ gcloud container clusters get-credentials jenkins --project kubernetes-charts-ci
# Install and initialize helm/tiller
HELM_URL=https://storage.googleapis.com/kubernetes-helm
HELM_TARBALL=helm-v2.0.0-linux-amd64.tar.gz
HELM_TARBALL=helm-v2.1.3-linux-amd64.tar.gz
INCUBATOR_REPO_URL=https://kubernetes-charts-incubator.storage.googleapis.com/
pushd /opt
wget -q ${HELM_URL}/${HELM_TARBALL}