Skip to content

Commit

Permalink
[makefile] bump kind version to v0.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Tiupin <atiupin@redhat.com>
  • Loading branch information
art-tapin committed Mar 21, 2023
1 parent cbc7020 commit f714dd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@ $(OPM):
opm: $(OPM) ## Download opm locally if necessary.

KIND = $(PROJECT_PATH)/bin/kind
KIND_VERSION = v0.17.0
$(KIND):
$(call go-install-tool,$(KIND),sigs.k8s.io/kind@v0.11.1)
$(call go-install-tool,$(KIND),sigs.k8s.io/kind@v$(KIND_VERSION))

.PHONY: kind
kind: $(KIND) ## Download kind locally if necessary.
Expand Down

0 comments on commit f714dd9

Please sign in to comment.