Updated upgrade to give more verbose output

Similar to the install command

Signed-off-by: Vibhav Bobade <vibhav.bobde@gmail.com>
pull/6202/head
Vibhav Bobade 5 years ago
parent d677952165
commit 2ff4e20398

@ -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