Skip to content

Commit

Permalink
Remove deprecated k8s versions from CI. (#249)
Browse files Browse the repository at this point in the history
* Remove deprecated k8s versions from CI.

* Fix setup-helm tag.
  • Loading branch information
mgruner authored Feb 14, 2024
1 parent 6916256 commit 61e5ca9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v3.5
uses: azure/setup-helm@v4.0.0
with:
version: "${{ env.helm-version }}"

Expand All @@ -59,7 +59,6 @@ jobs:
strategy:
matrix:
k8s:
- v1.26.13
- v1.27.10
- v1.28.6
- v1.29.1
Expand All @@ -70,7 +69,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v3.5
uses: azure/setup-helm@v4.0.0
with:
version: "${{ env.helm-version }}"

Expand All @@ -89,8 +88,6 @@ jobs:
matrix:
k8s:
# Versions of kindest/node
- v1.25.16
- v1.26.13
- v1.27.10
- v1.28.6
- v1.29.1
Expand All @@ -101,7 +98,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v3.5
uses: azure/setup-helm@v4.0.0
with:
version: "${{ env.helm-version }}"

Expand Down

0 comments on commit 61e5ca9

Please sign in to comment.