Skip to content

Commit

Permalink
change stable repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe VILA committed Oct 26, 2020
1 parent fa2d6f4 commit 8b623f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gokube/cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func waitChartMuseum() {

func configureHelm(localRepoIp string) {
// Add helm stable and miniapps repository
helm.RepoAdd("stable", "https://kubernetes-charts.storage.googleapis.com")
helm.RepoAdd("stable", "https://charts.helm.sh/stable")
helm.RepoAdd("miniapps", miniappsRepo)
helm.RepoUpdate()
// Install chartmuseum
Expand Down

0 comments on commit 8b623f6

Please sign in to comment.