Personal Helm chart collection published as OCI artifacts to ghcr.io/sergio-bershadsky/charts.
| Chart | Description |
|---|---|
| odoo | Production-ready Odoo with PostgreSQL, S3, and optional frontend |
helm install my-release oci://ghcr.io/sergio-bershadsky/charts/odoo --version 0.2.0# Lint
helm dependency update charts/odoo
helm lint charts/odoo
# Template
helm template test charts/odoo \
--set postgresql.auth.password=test \
--set minio.auth.rootPassword=test