Merge pull request #6202 from waveywaves/fix/6172

Updated upgrade to give more verbose output
pull/6208/head
Matthew Fisher 5 years ago committed by GitHub
commit ac43d9faf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -100,7 +100,8 @@ func newUpgradeCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {
instClient.Namespace = client.Namespace
instClient.Atomic = client.Atomic
_, err := runInstall(args, instClient, valueOpts, out)
rel, err := runInstall(args, instClient, valueOpts, out)
action.PrintRelease(out, rel)
return err
}
}

Loading…
Cancel
Save