We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d8063 commit 5d8c768Copy full SHA for 5d8c768
Makefile
@@ -102,7 +102,7 @@ get_go_version = $(shell go list -m $1 | awk '{print $$2}')
102
# Binaries.
103
#
104
# Note: Need to use abspath so we can invoke these from subdirectories
105
-KUSTOMIZE_VER := v5.3.0
+KUSTOMIZE_VER := v5.6.0
106
KUSTOMIZE_BIN := kustomize
107
KUSTOMIZE := $(abspath $(TOOLS_BIN_DIR)/$(KUSTOMIZE_BIN)-$(KUSTOMIZE_VER))
108
KUSTOMIZE_PKG := sigs.k8s.io/kustomize/kustomize/v5
0 commit comments