Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit c1aecd6

Browse files
authored
Update chart repository URL to new location (#116)
1 parent ef11c30 commit c1aecd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/helm/helm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
)
2929

3030
const (
31-
stableURL = "https://kubernetes-charts.storage.googleapis.com"
31+
stableURL = "https://charts.helm.sh/stable"
3232
// As old versions of Kubernetes had a limit on names of 63 characters, Helm uses 53, reserving
3333
// 10 characters for charts to add data.
3434
helmMaxNameLength = 53

0 commit comments

Comments
 (0)