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 ca84442 commit aca195dCopy full SHA for aca195d
Makefile
@@ -107,6 +107,7 @@ KUSTOMIZE_BIN := kustomize
107
KUSTOMIZE := $(abspath $(TOOLS_BIN_DIR)/$(KUSTOMIZE_BIN)-$(KUSTOMIZE_VER))
108
KUSTOMIZE_PKG := sigs.k8s.io/kustomize/kustomize/v5
109
110
+# FIXME: needs bump to release-0.21 before merge
111
SETUP_ENVTEST_VER := release-0.20
112
SETUP_ENVTEST_BIN := setup-envtest
113
SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR)/$(SETUP_ENVTEST_BIN)-$(SETUP_ENVTEST_VER))
0 commit comments