This Helm Repository contains Helm Charts for deploying various applications into a Kubernetes environment.
Using the Helm Repository
Add the Repository
helm repo add empathy-public https://empathyco.github.io/helm-charts
helm repo update
Search the Repository
helm search repo empathy-public
Install a Helm Chart
Please replace $release_name, $namespace and $chart_name with values that match your environment.
Using the default configuration
helm install $release_name -n $namespace empathy-public/$chart_name
Using your own configuration file
helm install $release_name -n $namespace -f values.yaml empathy-public/$chart_name
Setting values from command-line
helm install $release_name -n $namespace --set $key=$value empathy-public/$chart_name
Issues
If you experience any issues using these Helm Charts please raise an issue in the Git Repository.
About GitHub Pages
This Helm Repository is built using the free GitHub Pages service.
Theme
This GitHub Pages site uses the layout and styles from the Jekyll theme. The name and configuration of this theme is saved in the Jekyll _config.yml
configuration file inside the gh-pages
branch.