Skip to content

Commit

Permalink
update k8s image versions
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Holbach <[email protected]>
  • Loading branch information
dholbach committed Dec 14, 2023
1 parent 84a70a0 commit 0f1f724
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .github/kind-cluster-1.26.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/kind-cluster-1.29.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: "kindest/node:v1.29.0"
- role: control-plane
image: "kindest/node:v1.29.0"
- role: control-plane
image: "kindest/node:v1.29.0"
- role: worker
image: "kindest/node:v1.29.0"
- role: worker
image: "kindest/node:v1.29.0"
4 changes: 2 additions & 2 deletions .github/workflows/on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:
fail-fast: false
matrix:
kubernetes:
- "1.26"
- "1.27"
- "1.28"
- "1.29"
steps:
- uses: actions/checkout@v4
- name: Ensure go version
Expand Down Expand Up @@ -196,9 +196,9 @@ jobs:
fail-fast: false
matrix:
kubernetes:
- "1.26"
- "1.27"
- "1.28"
- "1.29"
steps:
- uses: actions/checkout@v4
- name: Ensure go version
Expand Down

0 comments on commit 0f1f724

Please sign in to comment.