OneChart

One chart to rule them all

A generic Helm chart for your application deployments.
Because no one can remember the Kubernetes yaml syntax.

Getting Started

Add the OneChart Helm repository:

helm repo add onechart https://chart.onechart.dev

Deploy your application:

helm upgrade -i coffee onechart/onechart \
  --set image.repository=lalyos/12factor \
  --set image.tag=v2.0 \
  --set ingress.host=coffee.k3z.eu \
  --set vars.TITLE=Coffetime \
  --set vars.COLOR2=orange