Install latest version of helm via apt
This commit is contained in:
@@ -21,10 +21,10 @@ inputs:
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@v4
|
||||
with:
|
||||
version: latest
|
||||
- name: Check Helm
|
||||
shell: bash
|
||||
run: |
|
||||
helm version --short || { echo "[ERROR] helm not found in runner image"; exit 1; }
|
||||
|
||||
- name: Inject image tag into chart values
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user