Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/e2e/kind-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nodes:
- &node
role: control-plane
# Set a fixed Kubernetes version.
image: kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72
image: kindest/node:v1.31.14@sha256:6f86cf509dbb42767b6e79debc3f2c32e4ee01386f0489b3b2be24b0a55aac2b

# Merge the same definition as the control-plane to reuse the same Kindest image
# in the data-plane. We'll set specific values of the data-plane afterwards.
Expand Down