Bump Helm to v2.5.1 in CI (#1701)

* Bump Helm to v2.5.1

* Update repo-sync to Helm 2.5.1
This commit is contained in:
Vic Iglesias
2017-08-15 12:03:00 -07:00
committed by GitHub
parent eddcd3618b
commit 0af6cb13b3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ fi
# Install and initialize helm/tiller
HELM_URL=https://storage.googleapis.com/kubernetes-helm
HELM_TARBALL=helm-v2.4.2-linux-amd64.tar.gz
HELM_TARBALL=helm-v2.5.1-linux-amd64.tar.gz
INCUBATOR_REPO_URL=https://kubernetes-charts-incubator.storage.googleapis.com/
pushd /opt
wget -q ${HELM_URL}/${HELM_TARBALL}
+1 -1
View File
@@ -15,7 +15,7 @@
# Setup Helm
HELM_URL=https://storage.googleapis.com/kubernetes-helm
HELM_TARBALL=helm-v2.4.2-linux-amd64.tar.gz
HELM_TARBALL=helm-v2.5.1-linux-amd64.tar.gz
STABLE_REPO_URL=https://kubernetes-charts.storage.googleapis.com/
INCUBATOR_REPO_URL=https://kubernetes-charts-incubator.storage.googleapis.com/
wget -q ${HELM_URL}/${HELM_TARBALL}