File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pkg/plugins/common/kustomize/v2
testdata/project-v3-with-kustomize-v2 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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 = "v4.5.3 "
28
+ const KustomizeVersion = "v4.5.5 "
29
29
30
30
const pluginName = "kustomize.common." + plugins .DefaultNameQualifier
31
31
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
113
113
ENVTEST ?= $(LOCALBIN ) /setup-envtest
114
114
115
115
# # Tool Versions
116
- KUSTOMIZE_VERSION ?= v4.5.3
116
+ KUSTOMIZE_VERSION ?= v4.5.5
117
117
CONTROLLER_TOOLS_VERSION ?= v0.9.0
118
118
119
119
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
You can’t perform that action at this time.
0 commit comments