Skip to content

Commit

Permalink
Honor --dependency-update flag in upgrade command
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Block <andy.block@gmail.com>
  • Loading branch information
sabre1041 committed Dec 15, 2021
1 parent 8ca4013 commit 797a8cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/helm/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 797a8cd

Please sign in to comment.