From 93a0216da4227b455882642df92a97ee2216ef1a Mon Sep 17 00:00:00 2001 From: christopher dykstra Date: Tue, 15 Jun 2021 16:33:29 -0500 Subject: [PATCH] upgrade --install renders connected Signed-off-by: christopher dykstra --- cmd/helm/upgrade.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/helm/upgrade.go b/cmd/helm/upgrade.go index 3bd392d1d..57f189c42 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.CreateNamespace = createNamespace instClient.ChartPathOptions = client.ChartPathOptions instClient.DryRun = client.DryRun + instClient.RenderConnected = true instClient.DisableHooks = client.DisableHooks instClient.SkipCRDs = client.SkipCRDs instClient.Timeout = client.Timeout