# Installer chart-releaser avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de chart-releaser pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install chart-releaser
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:chart-releaser
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.8.1
- **Résumé source:** Hosting Helm Charts via GitHub Pages and Releases
- **Page d'accueil:** <https://github.com/helm/chart-releaser/>
- **Dépôt:** <https://github.com/helm/chart-releaser>
- **Dernière mise à jour:** 2026-07-27T19:20:59+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cr (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.8.1
## Historique du projet et usages

Chart Releaser is a Helm project CLI that turns a GitHub repository into a Helm chart repository by attaching packaged charts to GitHub Releases and generating an `index.yaml` suitable for GitHub Pages.

### Historique du projet

The Helm organization created the chart-releaser repository in August 2018. Public release metadata shows the 0.x series in early 2019, a 1.0.0 beta tag before the stable 1.x line, and a current 1.8.1 release in June 2025.

### Historique d'adoption

Chart Releaser was adopted mainly through GitHub-hosted Helm chart repositories and CI pipelines. The README documents binary releases, the `helm/tap` Homebrew installation path, a Docker image on Quay for CI, and use through `helm/chart-releaser-action`.

### Modes d'utilisation

Common use is `cr package`, `cr upload`, and `cr index`: package charts, upload `.tgz` artifacts to GitHub Releases, then build or push the chart repository index. The README documents `$HOME/.cr.yaml`, `CR_` environment variables, and command-line flags with CLI-over-env-over-config precedence.

### Pourquoi les passionnés de paquets s'y intéressent

Chart Releaser is important because it made a low-infrastructure Helm distribution pattern common: a normal GitHub repository can publish chart tarballs and an index without running a separate chart repository service. It is a small packaging bridge between Helm chart metadata, GitHub Releases, GitHub Pages, and CI.

### Chronologie

- 2018-08: Helm chart-releaser repository created.
- 2019-02: Early public 0.x GitHub releases are available.
- 2025-06: Latest upstream GitHub release metadata lists v1.8.1.

### Related projects

- Helm is the Kubernetes package manager whose chart artifacts Chart Releaser publishes.
- helm/chart-releaser-action wraps the CLI for GitHub Actions workflows.
- GitHub Releases and GitHub Pages are the distribution surfaces targeted by the tool.

### Sources

- <https://github.com/helm/chart-releaser>
- <https://api.github.com/repos/helm/chart-releaser>
- <https://api.github.com/repos/helm/chart-releaser/releases>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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: ~/.cr.yaml

## Combined YAML source

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


## Sources

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