Skip to content

Commit 43ee3f6

Browse files
authored
Merge pull request #4420 from monteiro-renato/patch-3
🌱Build the kubebuilder binary before and use it to regenerate the helm chart
2 parents d240946 + ee7cc14 commit 43ee3f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ generate-docs: ## Update/generate the docs
8989
./hack/docs/generate.sh
9090

9191
.PHONY: generate-charts
92-
generate-charts: ## Re-generate the helm chart testdata only
92+
generate-charts: build ## Re-generate the helm chart testdata only
9393
rm -rf testdata/project-v4-with-plugins/dist/chart
94-
(cd testdata/project-v4-with-plugins && kubebuilder edit --plugins=helm/v1-alpha)
94+
(cd testdata/project-v4-with-plugins && ../../bin/kubebuilder edit --plugins=helm/v1-alpha)
9595

9696
.PHONY: check-docs
9797
check-docs: ## Run the script to ensure that the docs are updated

0 commit comments

Comments
 (0)