Skip to content

Commit

Permalink
Merge pull request #27 from blendle/update-stable-url
Browse files Browse the repository at this point in the history
Update stableRepositoryURL
  • Loading branch information
oscaredel authored Jul 20, 2021
2 parents d860229 + 2dcb193 commit 56be114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

const (
stableRepository = "stable"
stableRepositoryURL = "https://kubernetes-charts.storage.googleapis.com"
stableRepositoryURL = "https://charts.helm.sh/stable"
)

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

0 comments on commit 56be114

Please sign in to comment.