Skip to content

Commit

Permalink
Test on Kubernetes 1.24 (#919)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
  • Loading branch information
pavolloffay authored Jun 9, 2022
1 parent b607658 commit c8c0595
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.23"
- "1.24"

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.23"
- "1.24"

steps:

Expand Down
5 changes: 5 additions & 0 deletions kind-1.24.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.24.1@sha256:fd82cddc87336d91aa0a2fc35f3c7a9463c53fd8e9575e9052d2c75c61f5b083

0 comments on commit c8c0595

Please sign in to comment.