Update to helm 2.0.0

This commit is contained in:
Vic Iglesias
2016-11-18 13:39:18 -05:00
committed by GitHub
parent 107a34b64b
commit a7c6a6a294
+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-rc.1-linux-amd64.tar.gz
HELM_TARBALL=helm-v2.0.0-linux-amd64.tar.gz
INCUBATOR_REPO_URL=http://storage.googleapis.com/kubernetes-charts-incubator
pushd /opt
wget -q ${HELM_URL}/${HELM_TARBALL}