Skip to content

Commit b2227b0

Browse files
authored
Test on Kubernetes 1.26 (#1386)
* Test on Kubernetes 1.26 Signed-off-by: Pavol Loffay <[email protected]> * Keep using 1.24 in unit tests Signed-off-by: Pavol Loffay <[email protected]> --------- Signed-off-by: Pavol Loffay <[email protected]>
1 parent f7c4ada commit b2227b0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# should be compatible with them.
1818
kube-version:
1919
- "1.19"
20-
- "1.25"
20+
- "1.26"
2121

2222
steps:
2323

.github/workflows/scorecard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
kube-version:
1616
- "1.19"
17-
- "1.25"
17+
- "1.26"
1818

1919
steps:
2020

kind-1.26.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: Cluster
2+
apiVersion: kind.x-k8s.io/v1alpha4
3+
nodes:
4+
- role: control-plane
5+
image: kindest/node:v1.26.0@sha256:691e24bd2417609db7e589e1a479b902d2e209892a10ce375fab60a8407c7352

0 commit comments

Comments
 (0)