Install latest version of helm
This commit is contained in:
@@ -22,7 +22,13 @@ runs:
|
|||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
uses: azure/setup-helm@v4
|
shell: bash
|
||||||
|
run: |
|
||||||
|
if ! command -v helm &>/dev/null; then
|
||||||
|
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||||
|
else
|
||||||
|
echo "Helm already installed: $(helm version --short)"
|
||||||
|
fi
|
||||||
|
|
||||||
- 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