helm-charts/charts
Gaius 51ad682ad1
docs: update introduction and section for CNCF graduation (#434)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2025-10-31 18:11:28 +08:00
..
dragonfly docs: update introduction and section for CNCF graduation (#434) 2025-10-31 18:11:28 +08:00
dragonfly-stack chore: rename repo from Dragonfly2 to dragonfly (#338) 2024-12-20 17:13:33 +08:00
nydus-snapshotter feat: add dragonfly-stack charts (#291) 2024-06-25 14:49:25 +08:00
README.md docs: charts 2021-08-10 14:15:12 +08:00

README.md

Charts

helm charts use helm-docs to generate helm documents. helm-docs need to rely on installing pre-commit.

Use Pre-commit

Install pre-commit

Using homebrew:

$ brew install pre-commit

Using pip:

$ pip install pre-commit

Install git hooks

$ pre-commit install