File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
component-config-tutorial/testdata/project
cronjob-tutorial/testdata/project
pkg/plugins/golang/v4/scaffolds/internal/templates
project-v4-multigroup-with-deploy-image
project-v4-with-deploy-image Expand file tree Collapse file tree 9 files changed +9
-9
lines changed 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.28.0
5
+ ENVTEST_K8S_VERSION = 1.28.3
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) )
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.28.0
5
+ ENVTEST_K8S_VERSION = 1.28.3
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) )
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.28.0
65
+ ENVTEST_K8S_VERSION = 1.28.3
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 @@ -30,7 +30,7 @@ function convert_to_tools_ver {
30
30
" 1.25" ) echo " 1.25.0" ;;
31
31
" 1.26" ) echo " 1.26.0" ;;
32
32
" 1.27" ) echo " 1.27.1" ;;
33
- " 1.28" ) echo " 1.28.0 " ;;
33
+ " 1.28" ) echo " 1.28.3 " ;;
34
34
* )
35
35
echo " k8s version $k8s_ver not supported"
36
36
exit 1
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.28.0
5
+ ENVTEST_K8S_VERSION = 1.28.3
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) )
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.28.0
5
+ ENVTEST_K8S_VERSION = 1.28.3
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) )
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.28.0
5
+ ENVTEST_K8S_VERSION = 1.28.3
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) )
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.28.0
5
+ ENVTEST_K8S_VERSION = 1.28.3
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) )
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.28.0
5
+ ENVTEST_K8S_VERSION = 1.28.3
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