Install latest version of helm via script
This commit is contained in:
@@ -22,9 +22,10 @@ runs:
|
|||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
uses: azure/setup-helm@v4
|
shell: bash
|
||||||
with:
|
run: |
|
||||||
version: latest
|
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; }
|
||||||
|
|
||||||
- name: Inject image tag into chart values
|
- name: Inject image tag into chart values
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user