From c4df6404c3abf0205dbd5aaee801eb9ddd51bda6 Mon Sep 17 00:00:00 2001 From: Safwan Date: Mon, 25 May 2026 13:39:52 +0500 Subject: [PATCH] add helm version in pr workflow --- .github/workflows/pull_request-helm.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request-helm.yaml b/.github/workflows/pull_request-helm.yaml index 8b78df06..3cb5482f 100644 --- a/.github/workflows/pull_request-helm.yaml +++ b/.github/workflows/pull_request-helm.yaml @@ -44,6 +44,8 @@ jobs: uses: d3adb5/helm-unittest-action@850bc76597579183998069830d5fa8c3ef0ea34a # v2 with: charts: deployments/kubernetes/chart/reloader + helm-version: v3.20.2 + github-token: ${{ secrets.GITHUB_TOKEN }} helm-version-validation: needs: helm-chart-validation