Skip to content

Commit ce1e52e

Browse files
committed
Bump kind to 1.25.0 (nginx#227)
1 parent 957709a commit ce1e52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ update-crds: ## Update CRDs
5454

5555
.PHONY: create-kind-cluster
5656
create-kind-cluster:
57-
kind create cluster --image kindest/node:v1.24.2
57+
kind create cluster --image kindest/node:v1.25.0
5858
kind export kubeconfig --kubeconfig $(KIND_KUBE_CONFIG_FOLDER)/config
5959

6060
.PHONY: delete-kind-cluster

0 commit comments

Comments
 (0)