macOS
brew install helmifylocal Homebrew formula metadata
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.