Skip to content

Commit

Permalink
Bumping up CI version to use helm 2.4.2 (helm#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxish authored May 23, 2017
1 parent cabc5e6 commit 66135f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/changed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi

# Install and initialize helm/tiller
HELM_URL=https://storage.googleapis.com/kubernetes-helm
HELM_TARBALL=helm-v2.4.1-linux-amd64.tar.gz
HELM_TARBALL=helm-v2.4.2-linux-amd64.tar.gz
INCUBATOR_REPO_URL=https://kubernetes-charts-incubator.storage.googleapis.com/
pushd /opt
wget -q ${HELM_URL}/${HELM_TARBALL}
Expand Down
2 changes: 1 addition & 1 deletion test/helm-test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -o xtrace

# Install and initialize helm/tiller
HELM_URL=https://storage.googleapis.com/kubernetes-helm
HELM_TARBALL=helm-v2.2.3-linux-amd64.tar.gz
HELM_TARBALL=helm-v2.4.2-linux-amd64.tar.gz

wget -q ${HELM_URL}/${HELM_TARBALL}
tar xzfv ${HELM_TARBALL}
Expand Down

0 comments on commit 66135f0

Please sign in to comment.