This repository has been archived on 2024-12-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.

One chart to rule them all

A generic Helm chart for your application deployments.

Because no-one can remember the Kubernetes yaml syntax.

https://onechart.dev/

Getting started

Add the OneChart Helm repository:

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

Check the generated Kubernetes yaml:

helm template my-release onechart/onechart \
  --set image.repository=nginx \
  --set image.tag=1.19.3

Deploy with Helm:

helm install my-release onechart/onechart \
  --set image.repository=nginx \
  --set image.tag=1.19.3

See all Examples

S
Description
No description provided
Readme 28 MiB
Languages
Smarty 55.3%
HTML 28.1%
Makefile 15.4%
CSS 1.2%