- Clone the repository.
- Place your Helm charts in the designated directory.
- Update the Helm repository index using:
# Lint charts
helm lint copd
helm lint phc
helm lint rsch
# Test template rendering
helm template copd
helm template phc
helm template rsch
# Package charts
helm package copd
helm package phc
helm package rsch
# Update repository index
helm repo index .Primary Healthcare chart.
The COPD chart includes the following subcharts:
- services: Backend services
- workers: Background workers
- assets: Asset management
- frontend: Frontend application
- porsyar: Survey platform (with PostgreSQL and Redis)
To enable porsyar:
helm install my-copd copd --set porsyar.enabled=trueResearch chart.