Skip to content

Commit 7e3e9a8

Browse files
committed
Update controller_gen to 0.16.5
Signed-off-by: David Kwon <[email protected]>
1 parent 08d2909 commit 7e3e9a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ endif
5050
OPERATOR_SDK_VERSION = v1.8.0
5151
OPM_VERSION = v1.19.5
5252

53-
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
54-
CRD_OPTIONS ?= "crd:crdVersions=v1,trivialVersions=true"
53+
CRD_OPTIONS ?= "crd:crdVersions=v1"
5554

5655
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
5756
ifeq (,$(shell go env GOBIN))
@@ -242,7 +241,7 @@ $(LOCALBIN):
242241
mkdir -p $(LOCALBIN)
243242
## Tool Binaries
244243
CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
245-
CONTROLLER_GEN_VERSION = v0.6.1
244+
CONTROLLER_GEN_VERSION = v0.16.5
246245
ENVTEST_VERSION = v0.0.0-20240320141353-395cfc7486e6
247246
ENVTEST ?= $(LOCALBIN)/setup-envtest
248247
ENVTEST_K8S_VERSION = 1.24.2

0 commit comments

Comments
 (0)