From 07a99a76ce5cfb8fdc41c522a6b4de009ea14460 Mon Sep 17 00:00:00 2001 From: "hugh-hackman[bot]" <266376744+hugh-hackman[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 02:05:53 +0000 Subject: [PATCH] ci: install helm and kubectl in e2e workflow (#35) Co-authored-by: Hugh Hackman --- .github/workflows/e2e.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index f65b99f..c328ca7 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -65,6 +65,12 @@ jobs: echo "::warning::Version mismatch — repo has $EXPECTED but Headlamp runs $DEPLOYED_VERSION. Tests may fail due to stale plugin." fi + - name: Setup Helm + uses: azure/setup-helm@v4 + + - name: Setup kubectl + uses: azure/setup-kubectl@v4 + - name: Deploy Polaris to CI cluster run: | helm repo add fairwinds-stable https://charts.fairwinds.com/stable