From 0c9576912735ed8dc5dc309d0a8b6015bb160c48 Mon Sep 17 00:00:00 2001 From: Martin Hickey 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 --- 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() }