Skip to content

edencehealth/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-charts

Public Helm Charts from edenceHealth NV

The charts are located in the charts directory. This GitHub repository utilizes Helm's chart-releaser-action to make itself available as a Helm chart repo. The gh-pages branch contains the source files which publish the Helm chart repo.

Using this Helm Chart Repo

Helm must be installed to use these charts. Please refer to Helm's documentation to get started. Once Helm has been set up correctly, add the repo as follows:

helm repo add edencehealth https://edencehealth.github.io/helm-charts

If you have already added this repo, run helm repo update to retrieve the latest versions of the packages.

To search the charts:

helm search repo edencehealth

To install the example chart:

helm install my-example edencehealth/example

To uninstall the example chart:

helm delete my-example