Skip to content

Commit

Permalink
Merge pull request #4420 from monteiro-renato/patch-3
Browse files Browse the repository at this point in the history
🌱Build the kubebuilder binary before and use it to regenerate the helm chart
  • Loading branch information
k8s-ci-robot authored Dec 13, 2024
2 parents d240946 + ee7cc14 commit 43ee3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43ee3f6

Please sign in to comment.