Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update Kind cluster version
Signed-off-by: Daniel Fan <[email protected]>
  • Loading branch information
Daniel-Fan committed May 11, 2023
commit 8ee70dc4544c06a275abc8ce3637b6cb1be50f35
2 changes: 1 addition & 1 deletion common/Makefile.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ kustomize: ## Download kustomize locally if necessary.

KIND ?= $(shell pwd)/common/bin/kind
kind: ## Download kind locally if necessary.
$(call go-get-tool,$(KIND),sigs.k8s.io/kind@v0.10.0)
$(call go-get-tool,$(KIND),sigs.k8s.io/kind@v0.17.0)

ENVTEST = $(shell pwd)/common/bin/setup-envtest
setup-envtest: ## Download envtest-setup locally if necessary.
Expand Down