You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f.BoolVar(&diff.resetThenReuseValues, "reset-then-reuse-values", false, "reset the values to the ones built into the chart, apply the last release's values and merge in any new values. If '--reset-values' or '--reuse-values' is specified, this is ignored")
241
242
f.BoolVar(&diff.allowUnreleased, "allow-unreleased", false, "enables diffing of releases that are not yet deployed via Helm")
242
243
f.BoolVar(&diff.install, "install", false, "enables diffing of releases that are not yet deployed via Helm (equivalent to --allow-unreleased, added to match \"helm upgrade --install\" command")
244
+
f.BoolVar(&diff.dependencyUpdate, "dependency-update", false, "update dependencies if they are missing before diffing")
243
245
f.BoolVar(&diff.noHooks, "no-hooks", false, "disable diffing of hooks")
244
246
f.BoolVar(&diff.includeTests, "include-tests", false, "enable the diffing of the helm test hooks")
245
247
f.BoolVar(&diff.includeCRDs, "include-crds", false, "include CRDs in the diffing")
0 commit comments