Skip to content

Commit 2e46bf0

Browse files
authored
Adding legacy repos to sync (helm#24421)
Signed-off-by: Matt Farina <[email protected]>
1 parent dc7e599 commit 2e46bf0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/repo-sync.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ setup_helm_client() {
4747

4848
helm init --client-only
4949
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
5054
}
5155

5256
authenticate() {

0 commit comments

Comments
 (0)