# arttor/helmify

Creates Helm chart from Kubernetes yaml

Repository: https://github.com/arttor/helmify
Canonical: https://ross.abutalabs.com/products/helmify
Language: Go
License: MIT
License Family: permissive
Topics: kubernetes, helm, kubernetes-operator, golang, k8s, operator-sdk, kustomize, kubebuilder
Last push: 2026-05-07T07:38:16+00:00

## Health v2 (maintenance only)
Score: 81/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 81, release rhythm 71, longevity 100
- inputs: {"age_days": 1858, "days_push": 118, "days_rel": 118, "gap_med": 71.5, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1743, forks 164 (observed 2026-08-28T04:05:30.440567+00:00)

## What it is
Helmify is a Go CLI tool that converts Kubernetes YAML manifests into Helm charts. It reads Kubernetes objects from stdin or the filesystem and generates a templated Helm chart directory, with special integration for Operator-SDK and Kubebuilder projects.

## Use cases
- convert kubernetes yaml manifests to a helm chart
- generate helm chart from kustomize output
- add helm chart generation to my operator-sdk project
- turn a deployment yaml into a helm chart
- package kubernetes manifests as helm chart
- create helm chart from multiple yaml files in a directory
- helmify my kubebuilder operator

## When to choose
- you have raw Kubernetes YAML manifests and want a maintainable Helm chart without hand-templating
- you develop operators with Operator-SDK or Kubebuilder and want Helm chart packaging in your Makefile
- you want to convert kustomize output into a distributable Helm chart

## When to avoid
- you already maintain hand-crafted Helm charts with complex templating logic
- you need a general-purpose YAML templating or manifest validation tool rather than chart generation
- you use Helm versions older than 3.6.0

## Facets
- artifact type: cli-tool
- maturity: active
- function: cli, developer-tools, deployment, configuration-management
- domain: developer-tools, cloud-computing
- platform: windows, cli, go
- tags: helm, kubernetes, kustomize, operator-sdk, kubebuilder, chart-generation, yaml, devops, containers, linux, macos

## Member repositories
- arttor/helmify (main) score 81

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:30.440567+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:29:32.318793+00:00, confidence not recorded.
  - readme: https://github.com/arttor/helmify (fetched 2026-08-28T04:05:30.440567+00:00, sha 1455d5d690e8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
