Skip to content

Commit 8c5fbf5

Browse files
author
Sergey J
committed
up version controller gen
1 parent 8cc391a commit 8c5fbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ docker-push: ## Push docker image with the manager.
106106
docker push ${IMG}
107107

108108
CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
109-
CONTROLLER_GEN_VERSION ?= v0.6.1
109+
CONTROLLER_GEN_VERSION ?= v0.16.5
110110
controller-gen: ## Download controller-gen locally if necessary.
111111
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@$(CONTROLLER_GEN_VERSION))
112112

0 commit comments

Comments
 (0)