Skip to content

Commit 56be114

Browse files
authored
Merge pull request #27 from blendle/update-stable-url
Update stableRepositoryURL
2 parents d860229 + 2dcb193 commit 56be114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
const (
1414
stableRepository = "stable"
15-
stableRepositoryURL = "https://kubernetes-charts.storage.googleapis.com"
15+
stableRepositoryURL = "https://charts.helm.sh/stable"
1616
)
1717

1818
// Init makes sure the Helm home path exists and the required subfolders.

0 commit comments

Comments
 (0)