File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
scaffolds/internal/templates Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ manifests: controller-gen`
79
79
}
80
80
81
81
if err := util .ReplaceInFile ("Makefile" ,
82
- "ENVTEST_K8S_VERSION = 1.27 .1" ,
82
+ "ENVTEST_K8S_VERSION = 1.26 .1" ,
83
83
"ENVTEST_K8S_VERSION = 1.21" ); err != nil {
84
84
log .Warnf ("unable to update the Makefile with %s: %s" , "ENVTEST_K8S_VERSION = 1.21" , err )
85
85
}
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const makefileTemplate = `
62
62
# Image URL to use all building/pushing image targets
63
63
IMG ?= {{ .Image }}
64
64
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
65
- ENVTEST_K8S_VERSION = 1.27 .1
65
+ ENVTEST_K8S_VERSION = 1.26 .1
66
66
67
67
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
68
68
ifeq (,$(shell go env GOBIN))
Original file line number Diff line number Diff line change 2
2
# Image URL to use all building/pushing image targets
3
3
IMG ?= controller:latest
4
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
- ENVTEST_K8S_VERSION = 1.27 .1
5
+ ENVTEST_K8S_VERSION = 1.26 .1
6
6
7
7
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8
8
ifeq (,$(shell go env GOBIN) )
You can’t perform that action at this time.
0 commit comments