Skip to content

Commit

Permalink
use correct stable repo url when adding to index (helm#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
prydonius authored and Vic Iglesias committed Jan 20, 2017
1 parent 788af1a commit c26821c
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 @@ -16,7 +16,7 @@
# Setup Helm
HELM_URL=https://storage.googleapis.com/kubernetes-helm
HELM_TARBALL=helm-canary-linux-amd64.tar.gz
STABLE_REPO_URL=http://storage.googleapis.com/kubernetes-charts
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}
tar xzfv ${HELM_TARBALL}
Expand Down

0 comments on commit c26821c

Please sign in to comment.