Skip to content

Commit

Permalink
ci: fix repo-sync to helm 2.1.3 (helm#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
prydonius authored Jan 20, 2017
1 parent c26821c commit 362242a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/repo-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# Setup Helm
HELM_URL=https://storage.googleapis.com/kubernetes-helm
HELM_TARBALL=helm-canary-linux-amd64.tar.gz
HELM_TARBALL=helm-v2.1.3-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}
Expand Down

0 comments on commit 362242a

Please sign in to comment.