From ee7cc147a560e5b233800a2f84bd109854d2854c Mon Sep 17 00:00:00 2001 From: Renato Monteiro <45536168+monteiro-renato@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:24:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1Build=20the=20kubebuilder=20binary?= =?UTF-8?q?=20before=20and=20use=20it=20to=20regenerate=20the=20helm=20cha?= =?UTF-8?q?rt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7d1db87f3b5..31b9c58ec19 100644 --- a/Makefile +++ b/Makefile @@ -89,9 +89,9 @@ generate-docs: ## Update/generate the docs ./hack/docs/generate.sh .PHONY: generate-charts -generate-charts: ## Re-generate the helm chart testdata only +generate-charts: build ## Re-generate the helm chart testdata only rm -rf testdata/project-v4-with-plugins/dist/chart - (cd testdata/project-v4-with-plugins && kubebuilder edit --plugins=helm/v1-alpha) + (cd testdata/project-v4-with-plugins && ../../bin/kubebuilder edit --plugins=helm/v1-alpha) .PHONY: check-docs check-docs: ## Run the script to ensure that the docs are updated