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
We renaming the existing version flag
and re-use the existing helm version flag.
This allow helm-diff to seamlessly work with
other helm tooling such as helmfile
f.BoolP("suppress-secrets", "q", false, "suppress secrets in the output")
74
75
f.Bool("no-color", false, "remove colors from the output")
76
+
f.StringVarP(&diff.chartVersion, "version", "v", "", "specify the chart version")
75
77
f.VarP(&diff.valueFiles, "values", "f", "specify values in a YAML file (can specify multiple)")
76
78
f.StringArrayVar(&diff.values, "set", []string{}, "set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)")
77
79
f.BoolVar(&diff.reuseValues, "reuse-values", false, "reuse the last release's values and merge in any new values")
0 commit comments