From 562767b04015546e53677bb3c8aa5cae12897fa3 Mon Sep 17 00:00:00 2001 From: wawa0210 Date: Tue, 9 Jun 2020 17:49:02 +0800 Subject: [PATCH] Fix description is ignore when installed with upgrade Signed-off-by: wawa0210 --- cmd/helm/upgrade.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/helm/upgrade.go b/cmd/helm/upgrade.go index c263d32e7..f8103b485 100644 --- a/cmd/helm/upgrade.go +++ b/cmd/helm/upgrade.go @@ -100,6 +100,7 @@ func newUpgradeCmd(cfg *action.Configuration, out io.Writer) *cobra.Command { instClient.PostRenderer = client.PostRenderer instClient.DisableOpenAPIValidation = client.DisableOpenAPIValidation instClient.SubNotes = client.SubNotes + instClient.Description = client.Description rel, err := runInstall(args, instClient, valueOpts, out) if err != nil {