Skip to content

Commit

Permalink
Bump kind to 1.25.2 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Oct 24, 2022
1 parent faf7631 commit 71863f0
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 @@ -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
Expand Down

0 comments on commit 71863f0

Please sign in to comment.