Skip to content

Commit

Permalink
Upgrade kind to v0.26.0 and kindest/node to v1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renormalize committed Dec 20, 2024
1 parent ae8a54d commit 8663d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/kind-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.29.8
image: kindest/node:v1.32.0
extraPortMappings:
- containerPort: 4566
hostPort: 4566
Expand Down
2 changes: 1 addition & 1 deletion hack/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GOLANGCI_LINT_VERSION ?= v1.60.3
CONTROLLER_GEN_VERSION ?= $(call version_gomod,sigs.k8s.io/controller-tools)
GINKGO_VERSION ?= $(call version_gomod,github.com/onsi/ginkgo/v2)
MOCKGEN_VERSION ?= $(call version_gomod,go.uber.org/mock)
KIND_VERSION ?= v0.23.0
KIND_VERSION ?= v0.26.0
HELM_VERSION ?= v3.15.2
KUBECTL_VERSION ?= v1.30.2
VGOPATH_VERSION ?= v0.1.5
Expand Down

0 comments on commit 8663d9a

Please sign in to comment.