Skip to content

Commit

Permalink
Adding legacy repos to sync (helm#24421)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Farina <[email protected]>
  • Loading branch information
mattfarina authored Nov 13, 2020
1 parent dc7e599 commit 2e46bf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/repo-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ setup_helm_client() {

helm init --client-only
helm repo add incubator "$INCUBATOR_REPO_URL"

# Add legacy locations for build
helm repo add stable-legacy https://kubernetes-charts.storage.googleapis.com
helm repo add incubator-legacy https://kubernetes-charts-incubator.storage.googleapis.com
}

authenticate() {
Expand Down

0 comments on commit 2e46bf0

Please sign in to comment.