From 4abd1fdacf46d2051f9e44ac9df2de8bceba0a92 Mon Sep 17 00:00:00 2001 From: Kay Yan Date: Wed, 15 Oct 2025 08:53:51 +0000 Subject: [PATCH] Add missing yq dependency to ensure make artifacts Signed-off-by: Kay Yan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16d256664..e61866beb 100644 --- a/Makefile +++ b/Makefile @@ -370,7 +370,7 @@ release-quickstart: ## Update the quickstart guide for a release. ./hack/release-quickstart.sh .PHONY: artifacts -artifacts: kustomize +artifacts: kustomize yq if [ -d artifacts ]; then rm -rf artifacts; fi mkdir -p artifacts $(KUSTOMIZE) build config/crd -o artifacts/manifests.yaml