From cca9239cde9faaed9940dba6b54d404ed46cbb49 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Tue, 30 Jul 2024 23:00:20 +0000 Subject: [PATCH] Exit with unique code for v2 charts Signed-off-by: Brad Davidson --- entry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry b/entry index a591ce2..7337b53 100755 --- a/entry +++ b/entry @@ -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