Skip to content

Commit 37c58a3

Browse files
Merge pull request #2755 from camilamacedo86/upgrade-kustomize-alpha
✨ (kustomize/v2-alpha) bump kustomize version from v4.5.3 to v4.5.5
2 parents 748e90c + 9627f87 commit 37c58a3

File tree

2 files changed

+2
-2
lines changed
  • pkg/plugins/common/kustomize/v2
  • testdata/project-v3-with-kustomize-v2

2 files changed

+2
-2
lines changed

pkg/plugins/common/kustomize/v2/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
// 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"
2929

3030
const pluginName = "kustomize.common." + plugins.DefaultNameQualifier
3131

testdata/project-v3-with-kustomize-v2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen
113113
ENVTEST ?= $(LOCALBIN)/setup-envtest
114114

115115
## Tool Versions
116-
KUSTOMIZE_VERSION ?= v4.5.3
116+
KUSTOMIZE_VERSION ?= v4.5.5
117117
CONTROLLER_TOOLS_VERSION ?= v0.9.0
118118

119119
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"

0 commit comments

Comments
 (0)