From 6300308da2a50501896762f6b691b968a90227b7 Mon Sep 17 00:00:00 2001 From: Caesar2011 Date: Mon, 18 May 2026 23:55:59 +0200 Subject: [PATCH] Install latest version of helm via script --- helm-package-push/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-package-push/action.yml b/helm-package-push/action.yml index d4adb8a..64f998c 100644 --- a/helm-package-push/action.yml +++ b/helm-package-push/action.yml @@ -25,7 +25,7 @@ runs: shell: bash run: | curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-4 | bash - helm version --short || { echo "[ERROR] helm not found in runner image"; exit 1; } + helm version --short || { echo "[ERROR] helm install failed"; exit 1; } - name: Inject image tag into chart values shell: bash