Skip to content

Commit

Permalink
Upgrade kind node to v1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkulak committed Dec 18, 2024
1 parent 4e51880 commit 607bd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VERSION := latest
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
KIND_CLUSTER_NAME ?= "gatling-cluster"
K8S_NODE_IMAGE ?= v1.21.10
K8S_NODE_IMAGE ?= v1.32.0
ENVTEST_K8S_VERSION ?= 1.30.0

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
Expand Down

0 comments on commit 607bd93

Please sign in to comment.