Skip to content

Commit 2567988

Browse files
authored
Merge pull request #12432 from mboersma/bump-kustomize
🌱 Bump kustomize to v5.7.0
2 parents 1d52f48 + 0e8136c commit 2567988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ get_go_version = $(shell go list -m $1 | awk '{print $$2}')
101101
# Binaries.
102102
#
103103
# Note: Need to use abspath so we can invoke these from subdirectories
104-
KUSTOMIZE_VER := v5.6.0
104+
KUSTOMIZE_VER := v5.7.0
105105
KUSTOMIZE_BIN := kustomize
106106
KUSTOMIZE := $(abspath $(TOOLS_BIN_DIR)/$(KUSTOMIZE_BIN)-$(KUSTOMIZE_VER))
107107
KUSTOMIZE_PKG := sigs.k8s.io/kustomize/kustomize/v5

0 commit comments

Comments
 (0)