We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc391a commit 8c5fbf5Copy full SHA for 8c5fbf5
Makefile
@@ -106,7 +106,7 @@ docker-push: ## Push docker image with the manager.
106
docker push ${IMG}
107
108
CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
109
-CONTROLLER_GEN_VERSION ?= v0.6.1
+CONTROLLER_GEN_VERSION ?= v0.16.5
110
controller-gen: ## Download controller-gen locally if necessary.
111
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@$(CONTROLLER_GEN_VERSION))
112
0 commit comments