Skip to content

Commit

Permalink
Exit with unique code for v2 charts
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Jul 31, 2024
1 parent 234d5bc commit cca9239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ set +v -x
if [[ "${HELM_VERSION}" == "v2" ]]; then
echo "Helm v2 is EOL effective 2020-11-13; upgrade your chart to helm v3" >> ${TERM_LOG}
echo "Helm v2 is EOL effective 2020-11-13; upgrade your chart to helm v3"
exit 1
exit 64
fi

shopt -s nullglob
Expand Down

0 comments on commit cca9239

Please sign in to comment.