macOS
brew install chart-testingprovider-native install command
brew / rank 3051
Testing and linting Helm charts. Version 3.14.0 via Homebrew; verified 2026-07-27.
install
brew install chart-testingprovider-native install command
overview
Testing and linting Helm charts
history
Chart Testing is the Helm project CLI, `ct`, for linting and testing Helm charts, especially in pull-request and CI workflows where changed charts need to be detected and validated.
The Helm organization created the chart-testing repository in November 2017. Its README notes that v2.0.0 refactored the tool from a bash library to Go while keeping v1 parity, and GitHub release metadata shows v2.0.0 published in November 2018 and the current v3.14.0 release in October 2025.
Chart Testing spread with Helm chart repository CI. The README recommends the Quay Docker image because it bundles Helm, Git, yamllint, Yamale, and kubectl; it also documents binary releases and Homebrew installation, while the input facts list Homebrew, Nix, pacman, and zypper packaging.
`ct` is used to list changed charts, lint charts, install charts, and run combined lint-and-install checks. Configuration is supplied by CLI flags, `CT_` environment variables, or config files, and default config lookup includes the current directory, `$HOME/.ct`, and `/etc/ct`.
Chart Testing is package infrastructure for packages-that-are-YAML: it gives Helm chart maintainers repeatable CI checks around chart metadata, dependency linting, schema validation, Kubernetes installation, and change detection. For chart repositories, it fills the role that language package ecosystems often get from their native test and lint commands.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./ct.yaml~/.ct/ct.yaml/etc/ct/ct.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ct | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:chart-testing |
|---|---|
| Version | 3.14.0 |
| Package manager | Homebrew |
| Homepage | https://github.com/helm/chart-testing |
| Repository | https://github.com/helm/chart-testing |
| Last updated | 2026-07-27T19:21:00+02:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.