Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit dce546f

Browse files
committed
fix helm stableRepositoryURL
1 parent 01daf66 commit dce546f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/helm/init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const (
6767
)
6868

6969
var (
70-
stableRepositoryURL = "https://kubernetes-charts.storage.googleapis.com"
70+
stableRepositoryURL = "https://charts.helm.sh/stable"
7171
// This is the IPv4 loopback, not localhost, because we have to force IPv4
7272
// for Dockerized Helm: https://github.com/kubernetes/helm/issues/1410
7373
localRepositoryURL = "http://127.0.0.1:8879/charts"

0 commit comments

Comments
 (0)