Skip to content

Commit 9e142f2

Browse files
committed
helm: fix supressing component_version from diff
1 parent 2b27656 commit 9e142f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ helm_upgrade() {
228228

229229
helm_args=("${upgrade_args[@]}" "${overridden_args[@]}")
230230
helm_echo_args=("${upgrade_args[@]}" "${scrubbed_overridden_args[@]}")
231-
helm_diff_args=("${upgrade_diff_args[@]}" "${overridden_args[@]}" "--suppress-secrets" "--include-tests" "--suppress-output-line-regex 'component_version'")
231+
helm_diff_args=("${upgrade_diff_args[@]}" "${overridden_args[@]}" "--suppress-secrets" "--include-tests" "--suppress-output-line-regex=component_version")
232232

233233
if [[ -d "$chart_full" ]]; then
234234
helm_depup_args=("dependency" "update" "$chart_full")

0 commit comments

Comments
 (0)