helmify
brew install helmify
v0.4.20
MIT
Create Helm chart from Kubernetes yaml
54
30-day installs · #4522
199
90-day · #4207
742
365-day · #4320
1.7k
★ GitHub stars · updated 3mo ago
Build dependencies
GitHub topics
golang
helm
k8s
kubebuilder
kubernetes
kubernetes-operator
kustomize
operator-sdk
Links
- https://github.com/arttor/helmify
- GitHub: arttor/helmify
- Brew formula source: Formula/h/helmify.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"go"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Create Helm chart from Kubernetes yaml",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:38:36+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "helmify",
"github_default_branch": "main",
"github_last_commit_at": "2026-05-07T07:38:16Z",
"github_readme_excerpt": "# Helmify\n[](https://github.com/arttor/helmify/actions/workflows/ci.yml)\n\n\n\n[](https://goreportcard.com/report/github.com/arttor/helmify)\n[](https://pkg.go.dev/github.com/arttor/helmify?tab=doc)\n\n\nCLI that creates [Helm](https://github.com/helm/helm) charts from kubernetes manifests.\n\nHelmify reads a list of [supported k8s objects](#status) from stdin and converts it to a helm chart. \nDesigned to generate charts for [k8s operators](#integrate-to-your-operator-sdkkubebuilder-project) but not limited to.\nSee [examples](https://github.com/arttor/helmify/tree/main/examples) of charts generated by helmify.\n\nSupports `Helm \u003e=v3.6.0`\n\nSubmit issue if some features missing for your use-case.\n\n## Usage\n\n1) As pipe:\n\n ```shell\n cat my-app.yaml | helmify mychart\n ```\n Will create \u0027mychart\u0027 directory with Helm chart from yaml file with k8s objects.\n\n ```shell\n awk \u0027FNR==1 \u0026\u0026 NR!=1 {print \"---\"}{print}\u0027 /\u003cmy_directory\u003e/*.yaml | helmify mychart\n ```\n Will create \u0027mychart\u0027 directory with Helm chart from all yaml files in `\u003cmy_directory\u003e `directory.\n\n2) From filesystem:\n ```shell\n helmify -f /my_directory/my-app.yaml mychart\n ```\n Will create \u0027mychart\u0027 directory with Helm chart from `my_directory/my-app.yaml`.\n ```shell\n helmify -f /my_directory mychart\n ```\n Will create \u0027mychart\u0027 directory with Helm chart from all yaml files in `\u003cmy_directory\u003e `directory.\n ```shell\n helmify -f /my_directory -r ",
"github_repo": "arttor/helmify",
"github_stars": 1740,
"github_topics": [
"golang",
"helm",
"k8s",
"kubebuilder",
"kubernetes",
"kubernetes-operator",
"kustomize",
"operator-sdk"
],
"homepage": "https://github.com/arttor/helmify",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 54,
"installs_365d": 742,
"installs_90d": 199,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "helmify",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 4522,
"rank_365d": 4320,
"rank_90d": 4207,
"raw_hash": "677d0a53b6946d71",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/h/helmify.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "0.4.20",
"versioned_formulae": [],
"why_use_this": null
}