We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7e599 commit 2e46bf0Copy full SHA for 2e46bf0
test/repo-sync.sh
@@ -47,6 +47,10 @@ setup_helm_client() {
47
48
helm init --client-only
49
helm repo add incubator "$INCUBATOR_REPO_URL"
50
+
51
+ # Add legacy locations for build
52
+ helm repo add stable-legacy https://kubernetes-charts.storage.googleapis.com
53
+ helm repo add incubator-legacy https://kubernetes-charts-incubator.storage.googleapis.com
54
}
55
56
authenticate() {
0 commit comments