scott45 / helm-charts

Helm Charts ⛵ @ Delivery Hero ⭐

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm Charts @ Delivery Hero

Delivery Hero ❤️ Helm

Delivery Hero are big fans of Kubernetes and use Helm extensively. Here we have collected a few charts that are used across our organisation.

TLDR

helm repo add deliveryhero https://charts.deliveryhero.io/
helm search repo deliveryhero
helm install my-release deliveryhero/<chart>

adding deliveryhero chart repo

Chart list

Artifact HUB

Contributing

Contributions are welcome ❤️

This repository has multiple Github Actions to ensure quality is high, these include:

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:v0.14.0 --template-file=../../ci/README.md.gotmpl

To run chart-testing locally:

brew install chart-testing
pip3 install yamale
ct lint --charts stable/<your chart>

License

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.

About

Helm Charts ⛵ @ Delivery Hero ⭐

License:Apache License 2.0


Languages

Language:HTML 54.5%Language:Smarty 23.6%Language:Shell 11.8%Language:Open Policy Agent 6.6%Language:Python 3.6%