File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
component-config-tutorial/testdata/project
cronjob-tutorial/testdata/project
pkg/plugins/common/kustomize/v2
project-v4-with-deploy-image Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
139
139
ENVTEST ?= $(LOCALBIN ) /setup-envtest
140
140
141
141
# # Tool Versions
142
- KUSTOMIZE_VERSION ?= v5.0 .1
142
+ KUSTOMIZE_VERSION ?= v5.1 .1
143
143
CONTROLLER_TOOLS_VERSION ?= v0.13.0
144
144
145
145
.PHONY : kustomize
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
139
139
ENVTEST ?= $(LOCALBIN ) /setup-envtest
140
140
141
141
# # Tool Versions
142
- KUSTOMIZE_VERSION ?= v5.0 .1
142
+ KUSTOMIZE_VERSION ?= v5.1 .1
143
143
CONTROLLER_TOOLS_VERSION ?= v0.13.0
144
144
145
145
.PHONY : kustomize
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
)
26
26
27
27
// KustomizeVersion is the kubernetes-sigs/kustomize version to be used in the project
28
- const KustomizeVersion = "v5.0 .1"
28
+ const KustomizeVersion = "v5.1 .1"
29
29
30
30
const pluginName = "kustomize.common." + plugins .DefaultNameQualifier
31
31
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
139
139
ENVTEST ?= $(LOCALBIN ) /setup-envtest
140
140
141
141
# # Tool Versions
142
- KUSTOMIZE_VERSION ?= v5.0 .1
142
+ KUSTOMIZE_VERSION ?= v5.1 .1
143
143
CONTROLLER_TOOLS_VERSION ?= v0.13.0
144
144
145
145
.PHONY : kustomize
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
139
139
ENVTEST ?= $(LOCALBIN ) /setup-envtest
140
140
141
141
# # Tool Versions
142
- KUSTOMIZE_VERSION ?= v5.0 .1
142
+ KUSTOMIZE_VERSION ?= v5.1 .1
143
143
CONTROLLER_TOOLS_VERSION ?= v0.13.0
144
144
145
145
.PHONY : kustomize
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
139
139
ENVTEST ?= $(LOCALBIN ) /setup-envtest
140
140
141
141
# # Tool Versions
142
- KUSTOMIZE_VERSION ?= v5.0 .1
142
+ KUSTOMIZE_VERSION ?= v5.1 .1
143
143
CONTROLLER_TOOLS_VERSION ?= v0.13.0
144
144
145
145
.PHONY : kustomize
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
139
139
ENVTEST ?= $(LOCALBIN ) /setup-envtest
140
140
141
141
# # Tool Versions
142
- KUSTOMIZE_VERSION ?= v5.0 .1
142
+ KUSTOMIZE_VERSION ?= v5.1 .1
143
143
CONTROLLER_TOOLS_VERSION ?= v0.13.0
144
144
145
145
.PHONY : kustomize
You can’t perform that action at this time.
0 commit comments