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 d412a9a commit 5bc16baCopy full SHA for 5bc16ba
Makefile
@@ -114,7 +114,7 @@ controller-gen: ## Download controller-gen locally if necessary.
114
# Version pinning is needed due to version incompatibility between controller-runtime and setup-envtest.
115
# For more information: https://github.com/kubernetes-sigs/controller-runtime/issues/2744
116
ENVTEST = $(shell pwd)/bin/setup-envtest
117
-ENVTEST_VERSION ?= release-0.18
+ENVTEST_VERSION ?= release-0.17
118
envtest: ## Download envtest-setup locally if necessary.
119
$(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@$(ENVTEST_VERSION))
120
0 commit comments