Skip to content

Commit 46a4b3f

Browse files
authored
Merge pull request #11867 from mboersma/bump-kustomize
🌱 Bump kustomize to v5.6.0
2 parents 090963c + 5d8c768 commit 46a4b3f

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
@@ -102,7 +102,7 @@ get_go_version = $(shell go list -m $1 | awk '{print $$2}')
102102
# Binaries.
103103
#
104104
# Note: Need to use abspath so we can invoke these from subdirectories
105-
KUSTOMIZE_VER := v5.3.0
105+
KUSTOMIZE_VER := v5.6.0
106106
KUSTOMIZE_BIN := kustomize
107107
KUSTOMIZE := $(abspath $(TOOLS_BIN_DIR)/$(KUSTOMIZE_BIN)-$(KUSTOMIZE_VER))
108108
KUSTOMIZE_PKG := sigs.k8s.io/kustomize/kustomize/v5

0 commit comments

Comments
 (0)