# chart-testing mit Homebrew, Nix, zypper, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für chart-testing in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:chart-testing
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install chart-testing
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#chart-testing
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/ch/chart-testing/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install chart-testing
```

  Evidenz: openSUSE Tumbleweed package metadata: chart-testing from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S ct
```

  Evidenz: Arch Linux sync databases: ct from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Paketfakten

- **Paketschlüssel:** brew:chart-testing
- **Paketmanager:** Homebrew
- **Version:** 3.14.0
- **Quellzusammenfassung:** Testing and linting Helm charts
- **Homepage:** <https://github.com/helm/chart-testing>
- **Repository:** <https://github.com/helm/chart-testing>
- **Zuletzt aktualisiert:** 2026-07-27T19:21:00+02:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- ct (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 3.14.0
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

`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`.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 2017-11: Helm chart-testing repository created.
- 2018-11: v2.0.0 released after the refactor from bash library to Go.
- 2025-10: Latest upstream GitHub release metadata lists v3.14.0.

### Related projects

- Helm is the chart ecosystem that `ct` validates.
- chart-releaser is a sibling Helm tool for publishing charts after testing.
- yamllint, Yamale, kubectl, Git, and Helm are documented prerequisites in the official README.

### Quellen

- <https://github.com/helm/chart-testing>
- <https://github.com/helm/chart-testing/tree/main/doc>
- <https://api.github.com/repos/helm/chart-testing>
- <https://api.github.com/repos/helm/chart-testing/releases>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals


## Configuration and credential file locations

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.


## Configuration files

- Unix: ./ct.yaml, ~/.ct/ct.yaml, /etc/ct/ct.yaml
## Andere Paketmanager-Einträge

- Nix - chart-testing: normalized package name match | nixpkgs package indexes: pkgs/by-name/ch/chart-testing/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - chart-testing - 3.14.0-1.7: normalized package name match | openSUSE Tumbleweed package metadata: chart-testing from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | CLI tool for linting and testing Helm charts | https://github.com/helm/chart-testing
- pacman - ct - 0.9.4-2: installed executable or alias match | Arch Linux sync databases: ct from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | config transpiler for Flatcar Container Linux | https://github.com/flatcar/container-linux-config-transpiler


## Combined YAML source

View the package source record on GitHub. [combined/chart-testing.yml](https://github.com/mxcl/pkgdb/blob/main/combined/chart-testing.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
