.PHONY: docs rebuild-tests

# Docs generated by https://github.com/norwoodj/helm-docs
docs: charts/alloy/README.md
charts/alloy/README.md: charts/alloy/values.yaml charts/alloy/README.md.gotmpl
	cd charts/alloy && helm-docs

rebuild-tests:
	bash ./scripts/rebuild-tests.sh
