All Projects → deliveryhero → Helm Charts

deliveryhero / Helm Charts

Licence: apache-2.0
Helm Charts ⛵ @ Delivery Hero ⭐

Labels

Projects that are alternatives of or similar to Helm Charts

Mikado
Mikado is the webs fastest template library for building user interfaces.
Stars: ✭ 323 (+330.67%)
Mutual labels:  mustache
Handlebars.net
A real .NET Handlebars engine
Stars: ✭ 723 (+864%)
Mutual labels:  mustache
Charts
Community managed Helm charts for running Falco with Kubernetes
Stars: ✭ 55 (-26.67%)
Mutual labels:  mustache
Charts
Helm charts for applications you run at home
Stars: ✭ 421 (+461.33%)
Mutual labels:  mustache
Mormot
Synopse mORMot ORM/SOA/MVC framework
Stars: ✭ 607 (+709.33%)
Mutual labels:  mustache
Pomerium Helm
Official helm charts for Pomerium.
Stars: ✭ 32 (-57.33%)
Mutual labels:  mustache
Universe
The Mesosphere Universe package repository.
Stars: ✭ 308 (+310.67%)
Mutual labels:  mustache
Choerodon Front
Choerodon Front is a total front-end of Choerodon that combines Choerodon IAM and Choerodon DevOps.
Stars: ✭ 62 (-17.33%)
Mutual labels:  mustache
Harbor Helm
The helm chart to deploy Harbor
Stars: ✭ 647 (+762.67%)
Mutual labels:  mustache
Elastalert Docker
Simple Dockerfile for building a Kubernetes and Elastalert Helm compatible Docker image.
Stars: ✭ 54 (-28%)
Mutual labels:  mustache
Eks Charts
Amazon EKS Helm chart repository
Stars: ✭ 428 (+470.67%)
Mutual labels:  mustache
Lightncandy
An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ),
Stars: ✭ 565 (+653.33%)
Mutual labels:  mustache
Helm Charts
Prometheus community Helm charts
Stars: ✭ 962 (+1182.67%)
Mutual labels:  mustache
Client
The Hypothesis web-based annotation client.
Stars: ✭ 416 (+454.67%)
Mutual labels:  mustache
Connect Api Specification
This repository contains the OpenAPI specification as well as templates for generating SDKs for Square's APIs
Stars: ✭ 56 (-25.33%)
Mutual labels:  mustache
Banzai Charts
Curated list of Banzai Cloud Helm charts used by the Pipeline Platform
Stars: ✭ 312 (+316%)
Mutual labels:  mustache
Mustache
A simple Mustache parser/evaluator for Swift
Stars: ✭ 20 (-73.33%)
Mutual labels:  mustache
Mustache4dart
mustache implementation for Dart
Stars: ✭ 71 (-5.33%)
Mutual labels:  mustache
Mustache
Mustache templating language in Go
Stars: ✭ 57 (-24%)
Mutual labels:  mustache
K8s Minecraft
Running a Minecraft server in Kubernetes
Stars: ✭ 37 (-50.67%)
Mutual labels:  mustache

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 produced and how to add descriptions to your chart values.

Running CI tests locally

All commands to be run from the root of this repo.

chart-testing:

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

markdown-lint:

docker run --rm -v "$PWD:/helm-charts" avtodev/markdown-lint:v1.5.0 --config /helm-charts/ci/markdown-lint.yaml /helm-charts/**/*.md

helm-docs:

To generate chart README.md files from the template:

docker run --rm -v "$PWD:/helm-docs" jnorwood/helm-docs:v0.14.0 --template-file=../../ci/README.md.gotmpl

helm-conftest:

brew tap instrumenta/instrumenta
brew install conftest
helm template stable/<chart> | conftest -p ci/helm-conftest-policies test - && echo "OK"

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].