diff --git a/Makefile b/Makefile index 08a81ab144..307146c365 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.2 + kind create cluster --image kindest/node:v1.26.0 kind export kubeconfig --kubeconfig $(KIND_KUBE_CONFIG_FOLDER)/config .PHONY: delete-kind-cluster