From 797a8cd5244d93b84bd8a8148f43e26fdc5384a6 Mon Sep 17 00:00:00 2001 From: Andrew Block Date: Wed, 15 Dec 2021 00:26:50 -0600 Subject: [PATCH] Honor --dependency-update flag in upgrade command Signed-off-by: Andrew Block --- cmd/helm/upgrade.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/helm/upgrade.go b/cmd/helm/upgrade.go index dbcd2d0d6..371727be3 100644 --- a/cmd/helm/upgrade.go +++ b/cmd/helm/upgrade.go @@ -120,6 +120,7 @@ func newUpgradeCmd(cfg *action.Configuration, out io.Writer) *cobra.Command { instClient.DisableOpenAPIValidation = client.DisableOpenAPIValidation instClient.SubNotes = client.SubNotes instClient.Description = client.Description + instClient.DependencyUpdate = client.DependencyUpdate rel, err := runInstall(args, instClient, valueOpts, out) if err != nil {