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 22# Image URL to use all building/pushing image targets
33IMG ?= controller:latest
44# 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
66
77# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
88ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 22# Image URL to use all building/pushing image targets
33IMG ?= controller:latest
44# 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
66
77# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
88ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const makefileTemplate = `
6262# Image URL to use all building/pushing image targets
6363IMG ?= {{ .Image }}
6464# 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
6666
6767# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
6868ifeq (,$(shell go env GOBIN))
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function convert_to_tools_ver {
3030 " 1.25" ) echo " 1.25.0" ;;
3131 " 1.26" ) echo " 1.26.0" ;;
3232 " 1.27" ) echo " 1.27.1" ;;
33- " 1.28" ) echo " 1.28.0 " ;;
33+ " 1.28" ) echo " 1.28.3 " ;;
3434 * )
3535 echo " k8s version $k8s_ver not supported"
3636 exit 1
Original file line number Diff line number Diff line change 22# Image URL to use all building/pushing image targets
33IMG ?= controller:latest
44# 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
66
77# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
88ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 22# Image URL to use all building/pushing image targets
33IMG ?= controller:latest
44# 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
66
77# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
88ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 22# Image URL to use all building/pushing image targets
33IMG ?= controller:latest
44# 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
66
77# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
88ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 22# Image URL to use all building/pushing image targets
33IMG ?= controller:latest
44# 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
66
77# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
88ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 22# Image URL to use all building/pushing image targets
33IMG ?= controller:latest
44# 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
66
77# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
88ifeq (,$(shell go env GOBIN) )
You can’t perform that action at this time.
0 commit comments