macOS
brew install helmsmanlocal Homebrew formula metadata
安装
brew install helmsmanlocal Homebrew formula metadata
nix profile install nixpkgs#helmsmannixpkgs package indexes · pkgs/by-name/he/helmsman/package.nix · 来源: api.github.com
sudo zypper install helmsmanopenSUSE Tumbleweed package metadata · helmsman · 来源: download.opensuse.org
概览
Helm Charts as Code tool
历史
Helmsman is a 'Helm Charts as Code' CLI for managing Helm releases from a declarative desired state file. It plans, validates, and applies a set of chart releases, using Helm and Kubernetes tooling underneath.
The `mkubaczyk/helmsman` repository was created in 2017 and early releases followed quickly, with a 0.1.0 release in November 2017 and a 1.0.0 release in March 2018. The README describes the tool as a way to automate deployment and management of Helm charts from version-controlled code.
Helmsman uses a desired state file, originally centered on TOML and also accepting YAML, to define repositories, namespaces, releases, protection settings, and execution order. Its README emphasizes plan/view/apply behavior, idempotency, namespace and release protection, priority ordering, and parallel execution.
The README records a stewardship change from Praqma, later Eficode, to the maintainers of the `mkubaczyk/helmsman` repository. Later documentation distinguishes Helmsman major lines by Helm compatibility, with v1.x for Helm 2 and v4.x for Helm 3 and Helm 4.
Helmsman gained attention in the same era as Helmfile: Kubernetes users had many Helm charts to deploy, but wanted a declarative file and a plan step instead of shell scripts full of `helm install` commands. Its packaging through Homebrew and other distributions reflects use as a local or CI command-line deployment tool.
Users run `helmsman -f example.toml` to plan, `helmsman --apply -f example.toml` to execute, and flags such as `--dry-run`, `--debug`, and `--target` to inspect or limit changes. A binary install expects `kubectl`, `helm`, and for many versions the `helm-diff` plugin.
The tool can run as a binary, as a container in CI, or as a container inside a Kubernetes cluster. Its value is strongest where release ordering, namespace protection, and repeated idempotent application matter.
Helmsman is part of the Helm wrapper generation that treated Kubernetes releases as package sets. For package-minded operators, its desired-state file is the manifest of packages, while Helm remains the lower-level package manager.
The explicit major-line mapping to Helm 2, Helm 3, and Helm 4 makes it a good example of a wrapper whose own packaging has to track another package manager's compatibility surface.
安全态势
没有找到 helmsman 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
helmsman | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/mkubaczyk/helmsman
安装元数据
| 软件包键 | brew:helmsman |
|---|---|
| 版本 | 4.0.5 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/helmsman |
| 主页 | https://github.com/mkubaczyk/helmsman |
| 仓库 | https://github.com/mkubaczyk/helmsman |
| 上游文档 | https://github.com/mkubaczyk/helmsman#readme |
| 许可证 | MIT |
| 源码归档 | https://github.com/mkubaczyk/helmsman/archive/refs/tags/v4.0.5.tar.gz |
| 最后更新 | 2026-05-18T22:37:09Z |
| Pulse | updated |
| 依赖 | helm, kubernetes-cli |
| 构建依赖 | 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 | helmsman |
| 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 软件包链接分开显示。
helmsman
nix profile install nixpkgs#helmsmanhelmsman 3.17.1-1.5
Helm Charts as Code
https://github.com/Praqma/helmsman
sudo zypper install helmsman来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.