diff --git a/Makefile b/Makefile index d55226aea0..08a81ab144 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ deps: ## Add missing and remove unused modules, verify deps and download them to .PHONY: create-kind-cluster create-kind-cluster: ## Create a kind cluster - kind create cluster --image kindest/node:v1.25.0 + kind create cluster --image kindest/node:v1.25.2 kind export kubeconfig --kubeconfig $(KIND_KUBE_CONFIG_FOLDER)/config .PHONY: delete-kind-cluster