https://github.com/sgaunet/helmchart-helper
Helmchart-helper is a command-line tool for quickly generating basic Helm charts for your Kubernetes applications
https://github.com/sgaunet/helmchart-helper
basic chart generator golang helm k8s kubernetes
Last synced: 6 months ago
JSON representation
Helmchart-helper is a command-line tool for quickly generating basic Helm charts for your Kubernetes applications
- Host: GitHub
- URL: https://github.com/sgaunet/helmchart-helper
- Owner: sgaunet
- License: mit
- Created: 2023-10-12T18:32:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T14:59:22.000Z (8 months ago)
- Last Synced: 2025-02-12T15:52:24.922Z (8 months ago)
- Topics: basic, chart, generator, golang, helm, k8s, kubernetes
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/sgaunet/helmchart-helper/releases/latest)
[](https://goreportcard.com/report/github.com/sgaunet/helmchart-helper)

[](https://codeclimate.com/github/sgaunet/helmchart-helper/maintainability)
[](LICENSE)# helmchart-helper
Helmchart-helper is a command-line tool for quickly generating basic Helm charts for your Kubernetes applications.
## Features
- 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## Installation
### release
Download a release from the releases page and add the binary to your PATH.
### with go
```bash
go install github.com/your-username/helmchart-helper@latest
```### homebrew
```bash
brew tap sgaunet/homebrew-tools
brew install sgaunet/tools/helmchart-helper
```## Usage
```bash
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
```## Issues and Bug Reports
We still encourage you to use our issue tracker for:
- 🐛 Reporting critical bugs
- 🔒 Reporting security vulnerabilities
- 🔍 Asking questions about the projectPlease check existing issues before creating a new one to avoid duplicates.
## License
This project is licensed under the MIT License. See the LICENSE file for details.