From ad81fffe4f4e61467d52b27d1dc2869cd4fb9ead Mon Sep 17 00:00:00 2001 From: Carmendelope Date: Sat, 7 May 2022 10:19:00 +0200 Subject: [PATCH] Fix(makefile): update kustomize version to be available for darwin-arm64 Signed-off-by: Carmendelope --- makefiles/dependency.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/dependency.mk b/makefiles/dependency.mk index 7de9722b1..4ffdb3baa 100644 --- a/makefiles/dependency.mk +++ b/makefiles/dependency.mk @@ -56,7 +56,7 @@ else CUE=$(shell which cue) endif -KUSTOMIZE_VERSION ?= 3.8.2 +KUSTOMIZE_VERSION ?= 4.5.4 .PHONY: kustomize kustomize: