- Helm 3+
- helm-docs (for README generation)
- chart-testing (ct) (for lint/test)
- pre-commit (optional, for local hooks)
helm lint charts/steampipe/Uses the ct.yaml config in .github/.
ct lint --config .github/ct.yamlhelm dependency update charts/steampipe/helm install steampipe charts/steampipe/ --dry-run --debugGenerate the README.md from README.md.gotmpl using helm-docs:
helm-docs --chart-search-root=charts/steampipepre-commit install
pre-commit run --all-filesCheck what updatecli would do without applying changes:
# Check steampipe new releases
updatecli diff --config .github/updatecli/helm-appversion.yaml
# Check Helm dependency updates (minor)
updatecli diff --config .github/updatecli/helm-chart-dependencies.yaml