Skip to content

Commit

Permalink
[repo] use Helm 3.2.4 for CI
Browse files Browse the repository at this point in the history
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:
Kong/kubernetes-ingress-controller#801
  • Loading branch information
Travis Raines committed Mar 4, 2021
1 parent 0b0405d commit c8519ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/non-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c8519ca

Please sign in to comment.