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.
2 parents 1d52f48 + 0e8136c commit 2567988Copy full SHA for 2567988
Makefile
@@ -101,7 +101,7 @@ get_go_version = $(shell go list -m $1 | awk '{print $$2}')
101
# Binaries.
102
#
103
# Note: Need to use abspath so we can invoke these from subdirectories
104
-KUSTOMIZE_VER := v5.6.0
+KUSTOMIZE_VER := v5.7.0
105
KUSTOMIZE_BIN := kustomize
106
KUSTOMIZE := $(abspath $(TOOLS_BIN_DIR)/$(KUSTOMIZE_BIN)-$(KUSTOMIZE_VER))
107
KUSTOMIZE_PKG := sigs.k8s.io/kustomize/kustomize/v5
0 commit comments