Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add castai-helm https://castai.github.io/helm-charts
You can then run helm search repo castai-helm
to see the charts.
Updates to helm charts should also contain doc updates. We use helm-docs to generate docs.
To install helm-docs, run:
brew install norwoodj/tap/helm-docs
To generate docs, run:
make docs-{chart-name}
Or to generate docs for all charts, run:
make docs-all