# chart-testing を Homebrew, Nix, zypper, pacman でインストール

chart-testing のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

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

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:chart-testing
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.14.0
- **ソース概要:** Testing and linting Helm charts
- **ホームページ:** <https://github.com/helm/chart-testing>
- **リポジトリ:** <https://github.com/helm/chart-testing>
- **最終更新:** 2026-07-27T19:21:00+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- ct (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 3.14.0
## プロジェクトの歴史と使われ方

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.

### タイムライン

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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- 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
## 他のパッケージマネージャ記録

- 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)


## ソース

- 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
