Skip to content

Commit

Permalink
Test on Kubernetes 1.26 (#1386)
Browse files Browse the repository at this point in the history
* Test on Kubernetes 1.26

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>

* Keep using 1.24 in unit tests

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>

---------

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
  • Loading branch information
pavolloffay authored Mar 14, 2023
1 parent f7c4ada commit b2227b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# should be compatible with them.
kube-version:
- "1.19"
- "1.25"
- "1.26"

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.25"
- "1.26"

steps:

Expand Down
5 changes: 5 additions & 0 deletions kind-1.26.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.26.0@sha256:691e24bd2417609db7e589e1a479b902d2e209892a10ce375fab60a8407c7352

0 comments on commit b2227b0

Please sign in to comment.