File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pkg/plugins/hybrid/v1alpha/scaffolds/internal/templates
testdata/hybrid/memcached-operator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ IMG ?= {{ .Image }}
77
77
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
78
78
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
79
79
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
80
- ENVTEST_K8S_VERSION = 1.22
80
+ ENVTEST_K8S_VERSION = 1.24
81
81
82
82
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
83
83
ifeq (,$(shell go env GOBIN))
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ IMG ?= controller:latest
4
4
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
5
5
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
6
6
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
7
- ENVTEST_K8S_VERSION = 1.22
7
+ ENVTEST_K8S_VERSION = 1.24
8
8
9
9
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
10
10
ifeq (,$(shell go env GOBIN) )
You can’t perform that action at this time.
0 commit comments