Skip to content

Commit

Permalink
chore(deps): update dependency kubernetes-sigs/controller-tools to v0…
Browse files Browse the repository at this point in the history
….17.2
  • Loading branch information
renovate[bot] authored Feb 10, 2025
1 parent e14f52b commit 296e3ef
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 @@ -301,7 +301,7 @@ helm-doc:
# -- Tools
####################
CONTROLLER_GEN := $(LOCALBIN)/controller-gen
CONTROLLER_GEN_VERSION ?= v0.16.3
CONTROLLER_GEN_VERSION ?= v0.17.2
CONTROLLER_GEN_LOOKUP := kubernetes-sigs/controller-tools
controller-gen:
@test -s $(CONTROLLER_GEN) && $(CONTROLLER_GEN) --version | grep -q $(CONTROLLER_GEN_VERSION) || \
Expand Down

0 comments on commit 296e3ef

Please sign in to comment.