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
--detailed-exitcode return a non-zero exit code when there are changes
124
-
--post-renderer string the path to an executable to be used for post rendering. If it exists in $PATH, the binary will be used, otherwise it will try to look for the executable at the given path
125
-
--reset-values reset the values to the ones built into the chart and merge in any new values
126
-
--reuse-values reuse the last release's values and merge in any new values
127
-
--strip-trailing-cr strip trailing carriage return on input
128
-
--set stringArray set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
129
-
--suppress stringArray allows suppression of the values listed in the diff output
130
-
-q, --suppress-secrets suppress secrets in the output
131
-
-f, --values valueFiles specify values in a YAML file (can specify multiple) (default [])
132
-
--version string specify the exact chart version to use. If this is not specified, the latest version is used
126
+
--allow-unreleased enables diffing of releases that are not yet deployed via Helm
127
+
-a, --api-versions stringArray Kubernetes api versions used for Capabilities.APIVersions
128
+
-C, --context int output NUM lines of context around changes (default -1)
129
+
--detailed-exitcode return a non-zero exit code when there are changes
130
+
--devel use development versions, too. Equivalent to version '>0.0.0-0'. If --version is set, this is ignored.
131
+
--disable-openapi-validation disables rendered templates validation against the Kubernetes OpenAPI Schema
132
+
--disable-validation disables rendered templates validation against the Kubernetes cluster you are currently pointing to. This is the same validation performed on an install
133
+
--dry-run disables cluster access and show diff as if it was install. Implies --install, --reset-values, and --disable-validation
134
+
-h, --help help for upgrade
135
+
--include-tests enable the diffing of the helm test hooks
136
+
--install enables diffing of releases that are not yet deployed via Helm (equivalent to --allow-unreleased, added to match "helm upgrade --install" command
137
+
--kubeconfig string This flag is ignored, to allow passing of this top level flag to helm
138
+
--no-hooks disable diffing of hooks
139
+
--normalize-manifests normalize manifests before running diff to exclude style differences from the output
140
+
--output string Possible values: diff, simple, json, template. When set to "template", use the env var HELM_DIFF_TPL to specify the template. (default "diff")
141
+
--post-renderer string the path to an executable to be used for post rendering. If it exists in $PATH, the binary will be used, otherwise it will try to look for the executable at the given path
142
+
--repo string specify the chart repository url to locate the requested chart
143
+
--reset-values reset the values to the ones built into the chart and merge in any new values
144
+
--reuse-values reuse the last release's values and merge in any new values. If '--reset-values' is specified, this is ignored
145
+
--set stringArray set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
146
+
--set-file stringArray set values from respective files specified via the command line (can specify multiple or separate values with commas: key1=path1,key2=path2)
147
+
--set-string stringArray set STRING values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
148
+
--show-secrets do not redact secret values in the output
149
+
--strip-trailing-cr strip trailing carriage return on input
150
+
--suppress stringArray allows suppression of the values listed in the diff output
151
+
-q, --suppress-secrets suppress secrets in the output
152
+
--three-way-merge use three-way-merge to compute patch and generate diff output
153
+
-f, --values valueFiles specify values in a YAML file (can specify multiple) (default [])
154
+
--version string specify the exact chart version to use. If this is not specified, the latest version is used
0 commit comments