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 6 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.Namespace = client.Namespace
instClient.Atomic = client.Atomic instClient.Atomic = client.Atomic
_, err := runInstall(args, instClient, valueOpts, out) rel, err := runInstall(args, instClient, valueOpts, out)
action.PrintRelease(out, rel)
return err return err
} }
} }

Loading…
Cancel
Save