diff --git a/cmd/helm/repo_update.go b/cmd/helm/repo_update.go index b36681e93..1d647366a 100644 --- a/cmd/helm/repo_update.go +++ b/cmd/helm/repo_update.go @@ -51,6 +51,7 @@ func newRepoUpdateCmd(out io.Writer) *cobra.Command { Long: updateDesc, Args: require.NoArgs, RunE: func(cmd *cobra.Command, args []string) error { + o.repoFile = settings.RepositoryConfig return o.run(out) }, }