application-chart
A Helm chart for Kubernetes workloads — Deployments, StatefulSets, and CronJobs — without boilerplate YAML.
Who is this for?
| I want to… | Go to |
|---|---|
Install the chart and write values.yaml by hand | Using the chart |
Use the web UI to build a values.yaml | Using the UI |
| See every available option | Values reference |
| Maintain the Helm templates | Chart maintainer guide |
| Maintain the UI | UI maintainer guide |
| Maintain the backend | Backend maintainer guide |
| Add or remove a shared resource type | Add / remove a resource type |
Quick install
helm install my-app oci://ghcr.io/my-github-repo/helm/base-chart \
--version 1.2.0 \
-f values.yaml
Or open the configurator to generate values.yaml from a form.