Merge pull request #10461 from sabre1041/dependency-update-upgrade

Honor --dependency-update flag in upgrade command
pull/10761/head
Matthew Fisher 2 years ago committed by GitHub
commit 175278e88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -116,6 +116,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