From bbfa695607c71a97227fdda70ffef42638f87055 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Thu, 19 Oct 2017 14:50:17 -0400 Subject: [PATCH] Update CI to use Helm 2.6.2 (#2405) --- test/changed.sh | 2 +- test/circle/install.sh | 2 +- test/helm-test-e2e.sh | 2 +- test/repo-sync.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/changed.sh b/test/changed.sh index 67022c705f..2c5fb1f87c 100755 --- a/test/changed.sh +++ b/test/changed.sh @@ -47,7 +47,7 @@ fi # Install and initialize helm/tiller HELM_URL=https://storage.googleapis.com/kubernetes-helm -HELM_TARBALL=helm-v2.5.1-linux-amd64.tar.gz +HELM_TARBALL=helm-v2.6.2-linux-amd64.tar.gz INCUBATOR_REPO_URL=https://kubernetes-charts-incubator.storage.googleapis.com/ pushd /opt wget -q ${HELM_URL}/${HELM_TARBALL} diff --git a/test/circle/install.sh b/test/circle/install.sh index 414a28da03..5db82dc848 100755 --- a/test/circle/install.sh +++ b/test/circle/install.sh @@ -14,7 +14,7 @@ # limitations under the License. # Install Helm -HELM_LATEST_VERSION="v2.6.1" +HELM_LATEST_VERSION="v2.6.2" wget http://storage.googleapis.com/kubernetes-helm/helm-${HELM_LATEST_VERSION}-linux-amd64.tar.gz tar -xvf helm-${HELM_LATEST_VERSION}-linux-amd64.tar.gz diff --git a/test/helm-test-e2e.sh b/test/helm-test-e2e.sh index e8c72a681e..5124f4064f 100755 --- a/test/helm-test-e2e.sh +++ b/test/helm-test-e2e.sh @@ -7,7 +7,7 @@ set -o xtrace # 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.6.2-linux-amd64.tar.gz wget -q ${HELM_URL}/${HELM_TARBALL} tar xzfv ${HELM_TARBALL} diff --git a/test/repo-sync.sh b/test/repo-sync.sh index 8b74bcb4df..c4532bc9ad 100644 --- a/test/repo-sync.sh +++ b/test/repo-sync.sh @@ -15,7 +15,7 @@ # Setup Helm HELM_URL=https://storage.googleapis.com/kubernetes-helm -HELM_TARBALL=helm-v2.5.1-linux-amd64.tar.gz +HELM_TARBALL=helm-v2.6.2-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}