Honor --dependency-update flag in upgrade command

Signed-off-by: Andrew Block <andy.block@gmail.com>
pull/10461/head
Andrew Block 4 years ago
parent 8ca401398d
commit 797a8cd524
No known key found for this signature in database
GPG Key ID: 02DFE631AEF35EBC

@ -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 {

Loading…
Cancel
Save