From c8519caa91713dd56094b4ff7f61d2f2187301e4 Mon Sep 17 00:00:00 2001 From: Travis Raines Date: Fri, 5 Feb 2021 16:04:15 -0800 Subject: [PATCH] [repo] use Helm 3.2.4 for CI Revert to an older version of Helm 3. 3.2.4 is the last version that does not raise a linter failure on the older APIs we use with the controller: https://github.com/Kong/kubernetes-ingress-controller/issues/801 --- .github/workflows/main.yaml | 4 ++-- .github/workflows/non-main.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 16b5f6690..d4759e74d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -17,7 +17,7 @@ jobs: - name: Set up Helm uses: azure/setup-helm@v1 with: - version: v3.4.0 + version: v3.2.4 - uses: actions/setup-python@v2 with: @@ -62,7 +62,7 @@ jobs: - name: Set up Helm uses: azure/setup-helm@v1 with: - version: v3.4.0 + version: v3.2.4 - name: Add dependency chart repos run: | diff --git a/.github/workflows/non-main.yaml b/.github/workflows/non-main.yaml index d23dd6058..27c9044be 100644 --- a/.github/workflows/non-main.yaml +++ b/.github/workflows/non-main.yaml @@ -21,7 +21,7 @@ jobs: - name: Set up Helm uses: azure/setup-helm@v1 with: - version: v3.4.0 + version: v3.2.4 - uses: actions/setup-python@v2 with: