From 04c114b8ec56ca74e82493d486d4c250b7048699 Mon Sep 17 00:00:00 2001 From: Matheus Hunsche Date: Fri, 2 Oct 2020 01:05:05 -0300 Subject: [PATCH] rebase commit Signed-off-by: Matheus Hunsche --- cmd/helm/upgrade.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/helm/upgrade.go b/cmd/helm/upgrade.go index 5d929c143..da6d873a9 100644 --- a/cmd/helm/upgrade.go +++ b/cmd/helm/upgrade.go @@ -101,6 +101,7 @@ func newUpgradeCmd(cfg *action.Configuration, out io.Writer) *cobra.Command { instClient.DisableOpenAPIValidation = client.DisableOpenAPIValidation instClient.SubNotes = client.SubNotes instClient.ExternalFiles = client.ExternalFiles + instClient.Description = client.Description rel, err := runInstall(args, instClient, valueOpts, out) if err != nil {