fix: remove download logs in templates

Signed-off-by: Benjamin Jorand <benjamin.jorand@doctolib.com>
pull/13340/head
Benjamin Jorand 1 year ago
parent 3a3e3846ca
commit b78c320b6d
No known key found for this signature in database
GPG Key ID: 3F9595F4490EC625

@ -268,7 +268,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") 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 { if client.DependencyUpdate {
man := &downloader.Manager{ man := &downloader.Manager{
Out: out, Out: os.Stderr,
ChartPath: cp, ChartPath: cp,
Keyring: client.ChartPathOptions.Keyring, Keyring: client.ChartPathOptions.Keyring,
SkipUpdate: false, SkipUpdate: false,

Loading…
Cancel
Save