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 534c5bd commit 976d54eCopy full SHA for 976d54e
Makefile
@@ -50,8 +50,7 @@ endif
50
OPERATOR_SDK_VERSION = v1.8.0
51
OPM_VERSION = v1.19.5
52
53
-# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
54
-CRD_OPTIONS ?= "crd:crdVersions=v1,trivialVersions=true"
+CRD_OPTIONS ?= "crd:crdVersions=v1"
55
56
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
57
ifeq (,$(shell go env GOBIN))
@@ -242,7 +241,7 @@ $(LOCALBIN):
242
241
mkdir -p $(LOCALBIN)
243
## Tool Binaries
244
CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
245
-CONTROLLER_GEN_VERSION = v0.6.1
+CONTROLLER_GEN_VERSION = v0.16.5
246
ENVTEST_VERSION = v0.0.0-20240320141353-395cfc7486e6
247
ENVTEST ?= $(LOCALBIN)/setup-envtest
248
ENVTEST_K8S_VERSION = 1.24.2
0 commit comments