From a7c6a6a29486a03bc6b64d5a2c2b9e107b2e697c Mon Sep 17 00:00:00 2001 From: Vic Iglesias Date: Fri, 18 Nov 2016 13:39:18 -0500 Subject: [PATCH] Update to helm 2.0.0 --- test/changed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/changed.sh b/test/changed.sh index f17b415f21..0d2ed2d10b 100755 --- a/test/changed.sh +++ b/test/changed.sh @@ -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}