Helmchart-helper is a command-line tool for quickly generating basic Helm charts for your Kubernetes applications.
- Generation of the basic structure of a Helm chart
- Creation of essential files (Chart.yaml, values.yaml, templates, etc.)
- Simple customization via command-line options
- Generation of common Kubernetes manifests (Deployment, Service, Ingress)
- Validation of the generated chart
Download a release from the releases page.
or install it with go:
go install github.com/your-username/helmchart-helper@latest
Usage of helmchart-helper:
-cj
cronjob
-cm
configmap
-deploy
deployment
-ds
daemonse
-help
Print help
-hpa
hpa
-ing
ingress
-n string
Name of the chart
-o string
Path of the generated chart
-pv
volumes
-sa
serviceaccount
-sts
statefulset
-svc
service
-version
Print version
We still encourage you to use our issue tracker for:
- 🐛 Reporting critical bugs
- 🔒 Reporting security vulnerabilities
- 🔍 Asking questions about the project
Please check existing issues before creating a new one to avoid duplicates.
This project is licensed under the MIT License. See the LICENSE file for details.