Skip to content

eHealthAfrica/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eHealth Africa's Helm Charts

Repository of all the helm charts provided by the eHealth Africa NGO.

Installing

To use these helm charts, first you have to add the repository:

helm repo add eha https://ehealthafrica.github.io/helm-charts/

Usage

Once added to your repos you can install any chart by prefixing its name with the repo name:

helm install eha/kernel -f ./my-values.yaml

Where my-values.yaml is a custom values file with your own configuration.

Release

To release a new chart run the following command from the root of the repo:

for CHART in `ls src`; do helm package --destination charts/ src/$CHART; done
helm repo index . --url https://ehealthafrica.github.io/helm-charts --merge index.yaml

Releases

No releases published

Packages

No packages published

Languages