pull/13340/merge
Benjamin Jorand 7 months ago committed by GitHub
commit 26a350c472
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -276,7 +276,7 @@ func runInstall(args []string, client *action.Install, valueOpts *values.Options
err = errors.Wrap(err, "An error occurred while checking for chart dependencies. You may need to run `helm dependency build` to fetch missing dependencies")
if client.DependencyUpdate {
man := &downloader.Manager{
Out: out,
Out: os.Stderr,
ChartPath: cp,
Keyring: client.ChartPathOptions.Keyring,
SkipUpdate: false,

Loading…
Cancel
Save