This repository contains Helm charts for Kubernetes deployments.
All charts are automatically documented using helm-docs.
Each chart includes an auto-generated README.md file with configuration options and usage examples.
- Update the
Chart.yamlfile with the new version. - Regenerate the chart documentation.
helm-docs --chart-search-root=charts- Package the new chart.
helm package charts/<chart>
- Move the
tgzfile to thedocs/directory.
Now we need to update the charts index file by running:
helm repo index docs --url https://rojandinc.github.io/helm-charts
- Commit and push the changes.