Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
tthvo committed Sep 24, 2024
1 parent 2f511f9 commit c8a5b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/helm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
if [[ "$1" = "upgrade" ]]; then
# chart-testing default to use reuse-values (no options to overwrite it yet)
# See https://github.com/helm/chart-testing/issues/525
echo "${HELM_LOCATION}" --force=${UPGRADE_FORCE} "${@//--reuse-values/--${UPGRADE_STRATEGY}}"
exec "${HELM_LOCATION}" "${@//--reuse-values/--${UPGRADE_STRATEGY}}" --force=${UPGRADE_FORCE}
else
exec "${HELM_LOCATION}" "$@"
fi

0 comments on commit c8a5b0e

Please sign in to comment.