Skip to content

Commit 71863f0

Browse files
authored
Bump kind to 1.25.2 (#278)
1 parent faf7631 commit 71863f0

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
@@ -46,7 +46,7 @@ deps: ## Add missing and remove unused modules, verify deps and download them to
4646

4747
.PHONY: create-kind-cluster
4848
create-kind-cluster: ## Create a kind cluster
49-
kind create cluster --image kindest/node:v1.25.0
49+
kind create cluster --image kindest/node:v1.25.2
5050
kind export kubeconfig --kubeconfig $(KIND_KUBE_CONFIG_FOLDER)/config
5151

5252
.PHONY: delete-kind-cluster

0 commit comments

Comments
 (0)