Skip to content

w3x-app/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  1. Clone the repository.
  2. Place your Helm charts in the designated directory.
  3. Update the Helm repository index using:
# Lint charts
helm lint hai
helm lint copd
helm lint phc
helm lint rsch

# Test template rendering
helm template hai
helm template copd
helm template phc
helm template rsch

# Package charts
helm package hai
helm package copd
helm package phc
helm package rsch

# Update repository index
helm repo index .

Charts

PHC

Primary Healthcare chart.

COPD

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=true

RSCH

Research chart.

HAI

HAI client chart.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors