From 00201ffaa8e0c725b1acd429f5e5a712f30378d1 Mon Sep 17 00:00:00 2001 From: Jon Leonard Date: Thu, 26 Mar 2020 11:12:30 -0400 Subject: [PATCH] pass subchart notes option to install client Signed-off-by: Jon Leonard --- cmd/helm/upgrade.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/helm/upgrade.go b/cmd/helm/upgrade.go index af8ff68e3..48eac0b0f 100644 --- a/cmd/helm/upgrade.go +++ b/cmd/helm/upgrade.go @@ -112,6 +112,7 @@ func newUpgradeCmd(cfg *action.Configuration, out io.Writer) *cobra.Command { instClient.Atomic = client.Atomic instClient.PostRenderer = client.PostRenderer instClient.DisableOpenAPIValidation = client.DisableOpenAPIValidation + instClient.SubNotes = client.SubNotes rel, err := runInstall(args, instClient, valueOpts, out) if err != nil {