From 7ca75251d60995f866c7f77a41ae8f258fb8ab53 Mon Sep 17 00:00:00 2001 From: Martin Hickey <martin.hickey@ie.ibm.com> Date: Mon, 21 Oct 2019 18:00:37 +0100 Subject: [PATCH] Set output format when install flag on helm upgrade (#6722) Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com> --- cmd/helm/upgrade.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/helm/upgrade.go b/cmd/helm/upgrade.go index a105820a6..6b885ba63 100644 --- a/cmd/helm/upgrade.go +++ b/cmd/helm/upgrade.go @@ -241,6 +241,7 @@ func (u *upgradeCmd) run() error { wait: u.wait, description: u.description, atomic: u.atomic, + output: u.output, } return ic.run() } -- GitLab