macOS
brew install helmifylocal Homebrew formula metadata
brew
helmify のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install helmifylocal Homebrew formula metadata
nix profile install nixpkgs#helmifynixpkgs package indexes · pkgs/by-name/he/helmify/package.nix · ソース: api.github.com
sudo zypper install helmifyopenSUSE Tumbleweed package metadata · helmify · ソース: download.opensuse.org
概要
Create Helm chart from Kubernetes yaml
履歴
helmify is a small CLI that converts Kubernetes YAML manifests into a Helm chart. It reads supported Kubernetes objects from standard input or files, creates chart templates and values, and is especially aimed at generating charts from Operator SDK or Kubebuilder output.
The `arttor/helmify` repository was created in 2021. Its README frames the project as a converter from existing Kubernetes manifests to Helm charts rather than as a chart authoring framework.
The project grew around practical object processors for common Kubernetes resources: workloads, services, ingress, persistent volume claims, RBAC resources, ConfigMaps, Secrets, webhooks, and CRDs. The README warns that generated templates and values are overwritten on each run, which makes helmify a generator step rather than a safe manual-edit workspace.
helmify sits in a niche but recognizable adoption path: teams already have Kubernetes manifests, often generated by Kustomize, Operator SDK, or Kubebuilder, and want a Helm chart for distribution or installation. Its Homebrew packaging gives that converter workflow a standard CLI install path on macOS and Linux.
Common usage pipes manifests into `helmify mychart`, points `helmify -f` at a file or directory, or pipes `kustomize build` output into helmify. Operator projects can add a Makefile target that builds default config and feeds the result to helmify.
The generated chart should usually be reviewed and tested with Helm tooling. The project README describes end-to-end tests that run `helm lint --strict` against generated charts.
helmify is useful when a package ecosystem needs a bridge from plain Kubernetes YAML into Helm's package shape. It does not replace chart design, but it lowers the cost of producing a first chart skeleton from manifests that already exist.
セキュリティ状態
infrastructure mutation or orchestration signal.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
helmify | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/arttor/helmify
インストールメタデータ
| パッケージキー | brew:helmify |
|---|---|
| バージョン | 0.4.20 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/helmify |
| ホームページ | https://github.com/arttor/helmify |
| リポジトリ | https://github.com/arttor/helmify |
| 上流ドキュメント | https://github.com/arttor/helmify#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/arttor/helmify/archive/refs/tags/v0.4.20.tar.gz |
| 最終更新 | 2026-05-07T09:29:32Z |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | helmify |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
helmify
nix profile install nixpkgs#helmifyhelmify 0.4.20-1.1
Creates Helm chart from Kubernetes yaml
https://github.com/arttor/helmify
sudo zypper install helmifyソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.