Skip to content

Commit efd31e4

Browse files
authored
patch makefile for envtest 1.24 (#178)
* patch makefile for envtest 1.24 Signed-off-by: Bryce Palmer <[email protected]> * update testdata Signed-off-by: Bryce Palmer <[email protected]>
1 parent 53ddf4d commit efd31e4

File tree

2 files changed

+2
-2
lines changed
  • pkg/plugins/hybrid/v1alpha/scaffolds/internal/templates
  • testdata/hybrid/memcached-operator

2 files changed

+2
-2
lines changed

pkg/plugins/hybrid/v1alpha/scaffolds/internal/templates/makefile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ IMG ?= {{ .Image }}
7777
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
7878
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
7979
# 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
8181
8282
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8383
ifeq (,$(shell go env GOBIN))

testdata/hybrid/memcached-operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ IMG ?= controller:latest
44
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
55
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
66
# 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
88

99
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
1010
ifeq (,$(shell go env GOBIN))

0 commit comments

Comments
 (0)