Install latest version of helm via apt

This commit is contained in:
Caesar2011
2026-05-18 19:04:32 +02:00
parent a44fac6847
commit 3ceea2d133

View File

@@ -21,10 +21,10 @@ inputs:
runs: runs:
using: composite using: composite
steps: steps:
- name: Install Helm - name: Check Helm
uses: azure/setup-helm@v4 shell: bash
with: run: |
version: latest helm version --short || { echo "[ERROR] helm not found in runner image"; exit 1; }
- name: Inject image tag into chart values - name: Inject image tag into chart values
shell: bash shell: bash