From 62fee1f3d5a852cb51c3e2138c79022c75731880 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Mon, 26 May 2025 07:55:00 +0200 Subject: [PATCH] CI: Install helm --- .github/workflows/pr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 75e3ca0..6165d33 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,6 +22,10 @@ jobs: run: | echo ${{ secrets.ANSIBLE_VAULT_PASSWORD }} > $ANSIBLE_VAULT_PASSWORD_FILE + - name: Install dependencies + run: > + curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash + - name: Generate kubeconfig env: KUBE: ${{secrets.KUBE}}