1
0
mirror of https://github.com/helm/charts.git synced 2026-02-14 18:10:14 +00:00

Adding legacy repos to sync (#24421)

Signed-off-by: Matt Farina <matt@mattfarina.com>
This commit is contained in:
Matt Farina
2020-11-13 18:44:19 -05:00
committed by GitHub
parent dc7e5997de
commit 2e46bf0784

View File

@@ -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() {