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 75c1e38 commit be8277aCopy full SHA for be8277a
Makefile
@@ -87,9 +87,10 @@ manifests-release:
87
88
# Find or download controller-gen
89
CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
90
+CONTROLLER_GEN_VERSION ?= v0.11.1
91
.PHONY: controller-gen
92
controller-gen: ## Download controller-gen locally if necessary.
- $(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.8.0)
93
+ $(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@$(CONTROLLER_GEN_VERSION))
94
95
ENVTEST_ASSETS_DIR=$(shell pwd)/testbin
96
ENVTEST_KUBERNETES_VERSION?=latest
0 commit comments