Skip to content

Commit

Permalink
Move to charts.helm.sh for docker-registry
Browse files Browse the repository at this point in the history
Fixes: #273

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Dec 4, 2020
1 parent afb3701 commit cab943b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/apps/registry_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func MakeInstallRegistry() *cobra.Command {

htPasswd := fmt.Sprintf("%s:%s\n", username, string(val))

err = helm.AddHelmRepo("stable", "https://kubernetes-charts.storage.googleapis.com", updateRepo)
err = helm.AddHelmRepo("stable", "https://charts.helm.sh/stable", updateRepo)
if err != nil {
return err
}
Expand Down

0 comments on commit cab943b

Please sign in to comment.