Skip to content

Commit

Permalink
Update CI tooling for k8s 1.32 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner authored Jan 22, 2025
1 parent 2ed22a6 commit 97ef7fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main

env:
helm-version: "v3.16.2"
helm-version: "v3.17.0"
kubeconform-version: "v0.6.7"

jobs:
Expand Down Expand Up @@ -65,9 +65,9 @@ jobs:
strategy:
matrix:
k8s:
- v1.29.10
- v1.30.6
- v1.31.2
- v1.30.9
- v1.31.5
- v1.32.1
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -94,9 +94,9 @@ jobs:
matrix:
k8s:
# Versions of kindest/node
- v1.29.8
- v1.30.4
- v1.31.1
- v1.30.8
- v1.31.4
- v1.32.0
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main

env:
helm-version: "v3.15.4"
helm-version: "v3.17.0"

jobs:
release:
Expand Down

0 comments on commit 97ef7fe

Please sign in to comment.