From 13fc558d66e14bdad8458de942c29f521a0ca1ad Mon Sep 17 00:00:00 2001 From: Caesar2011 Date: Mon, 18 May 2026 18:48:34 +0200 Subject: [PATCH] Install latest version of helm --- helm-package-push/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-package-push/action.yml b/helm-package-push/action.yml index 1f29a60..17f2681 100644 --- a/helm-package-push/action.yml +++ b/helm-package-push/action.yml @@ -23,6 +23,8 @@ runs: steps: - name: Install Helm uses: azure/setup-helm@v4 + with: + version: latest - name: Inject image tag into chart values shell: bash