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.
2 parents 9e55aa1 + fbbde72 commit 52e1547Copy full SHA for 52e1547
Makefile
@@ -77,7 +77,7 @@ KUSTOMIZE_BIN := kustomize
77
KUSTOMIZE := $(abspath $(TOOLS_BIN_DIR)/$(KUSTOMIZE_BIN)-$(KUSTOMIZE_VER))
78
KUSTOMIZE_PKG := sigs.k8s.io/kustomize/kustomize/v4
79
80
-SETUP_ENVTEST_VER := v0.0.0-20211110210527-619e6b92dab9
+SETUP_ENVTEST_VER := 116a1b831fffe7ccc3c8145306c3e1a3b1b14ffa # Note: this matches the commit ID of the dependent controller-runtime module.
81
SETUP_ENVTEST_BIN := setup-envtest
82
SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR)/$(SETUP_ENVTEST_BIN)-$(SETUP_ENVTEST_VER))
83
SETUP_ENVTEST_PKG := sigs.k8s.io/controller-runtime/tools/setup-envtest
0 commit comments