Skip to content
Merged
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
1 change: 1 addition & 0 deletions make/kind.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ KINDEST_NODE_IMAGE ?= ghcr.io/mesosphere/kind-node
KINDEST_NODE_VERSION_v1.27 ?= v1.27.13
KINDEST_NODE_VERSION_v1.28 ?= v1.28.9
KINDEST_NODE_VERSION_v1.29 ?= v1.29.4
KINDEST_NODE_VERSION_v1.30 ?= v1.30.0
# Allow easy override of Kubernetes version to use via `make KIND_KUBERNETES_VERSION=v1.23` to use in CI
KIND_KUBERNETES_VERSION ?= v1.29
ifndef KINDEST_NODE_VERSION_$(KIND_KUBERNETES_VERSION)
Expand Down