Delivery Hero are big fans of Kubernetes and use Helm extensively. Here we have collected a few charts that are used across our organisation.
helm repo add deliveryhero https://charts.deliveryhero.io/
helm search repo deliveryhero
helm install my-release deliveryhero/<chart>
- aws-s3-proxy
- aws-storage-class
- cachet
- cloudhealth-collector
- cluster-overprovisioner
- hoppscotch
- k8s-cloudwatch-adapter
- k8s-event-logger
- k8s-resources
- kube-downscaler
- locust
- newrelic-controller
- postgres-controller
- priority-class
- prometheus-aws-costs-exporter
- prometheus-aws-health-exporter
- prometheus-darksky-exporter
- prometheus-k8s-events-exporter
- prometheus-new-relic-exporter
- prometheus-sentry-exporter
- prometheus-soti-mobicontrol-exporter
- prometheus-spot-termination-exporter
- prometheus-statsd-exporter
- rds-downscaler
- service-account
- toxiproxy
Contributions are welcome ❤️
This repository has multiple Github Actions to ensure quality is high, these include:
- chart-testing: lint and install tests
- markdown-lint: lint all markdown files
- helm-docs: check all chart
README.md
have all values documented - helm-conftest: Ensures standard labels are present
All chart README.md
files are generated from a template. This ensures all values are documented and that formatting is consistent. See here about how the table of values is producted and how to add descriptions to your chart values. To generate chart README.md
files from the template, run this:
docker run --rm -v "$PWD:/helm-docs" jnorwood/helm-docs:latest --template-file=../../ci/README.md.gotmpl
To run chart-testing
locally:
brew install chart-testing
pip3 install yamale
ct lint --charts stable/<your chart>
Contents of this repository and any charts without a specific license are licensed under the Apache-2.0 License. Some charts may have their own respective license at <chart>/LICENSE
. When adding a new chart to this repository and the chart is copied from another repository then include the license from the source if is not Apache-2.0 and include a link to the source under the sources
section in <chart>/Chart.yaml
.