From 8dd44c84a6a3be8ed692ec74adcd56fb18265b1b Mon Sep 17 00:00:00 2001 From: jannfis Date: Sun, 9 Jul 2023 17:27:45 -0400 Subject: ci: Fix codegen and update kustomize to post-2.0 (#590) * ci: Fix codegen Signed-off-by: jannfis * Fix tar call Signed-off-by: jannfis --------- Signed-off-by: jannfis --- hack/generate-manifests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hack') diff --git a/hack/generate-manifests.sh b/hack/generate-manifests.sh index 91bec84..575225b 100755 --- a/hack/generate-manifests.sh +++ b/hack/generate-manifests.sh @@ -6,7 +6,7 @@ set -x SRCROOT="$( CDPATH='' cd -- "$(dirname "$0")/.." && pwd -P )" # Make sure that KUSTOMIZE points to a v2 - we need that to support the kubectl # integration. -KUSTOMIZE=${KUSTOMIZE:-kustomize2} +KUSTOMIZE=${KUSTOMIZE:-kustomize} TEMPFILE=$(mktemp /tmp/aic-manifests.XXXXXX) IMAGE_NAMESPACE="${IMAGE_NAMESPACE:-argoprojlabs}" -- cgit v1.2.3