chart-releaser
brew install chart-releaser
v1.8.1
Apache-2.0
Hosting Helm Charts via GitHub Pages and Releases
21
30-day installs · #6644
44
90-day · #7665
545
365-day · #4936
781
★ GitHub stars · updated 2mo ago
Build dependencies
GitHub topics
charts
helm
hosting
kubernetes
repository
Links
- https://github.com/helm/chart-releaser/
- GitHub: helm/chart-releaser
- Brew formula source: Formula/c/chart-releaser.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"go"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Hosting Helm Charts via GitHub Pages and Releases",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:36:19+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "chart-releaser",
"github_default_branch": "main",
"github_last_commit_at": "2026-06-15T09:32:33Z",
"github_readme_excerpt": "# Chart Releaser\n\n[](https://opensource.org/licenses/Apache-2.0)\n\n\n**Helps Turn GitHub Repositories into Helm Chart Repositories**\n\n`cr` is a tool designed to help GitHub repos self-host their own chart repos by adding Helm chart artifacts to GitHub Releases named for the chart version and then creating an `index.yaml` file for those releases that can be hosted on GitHub Pages (or elsewhere!).\n\n## Installation\n\n### Binaries (recommended)\n\nDownload your preferred asset from the [releases page](https://github.com/helm/chart-releaser/releases) and install manually.\n\n### Homebrew\n\n```console\n$ brew tap helm/tap\n$ brew install chart-releaser\n```\n\n### Go get (for contributing)\n\n```console\n// clone repo to some directory outside GOPATH\n\n$ git clone https://github.com/helm/chart-releaser\n$ cd chart-releaser\n$ go mod download\n$ go install ./...\n```\n\n### Docker (for Continuous Integration)\n\nDocker images are pushed to the [helmpack/chart-releaser](https://quay.io/repository/helmpack/chart-releaser?tab=tags) Quay container registry. The Docker image is built on top of Alpine and its default entry-point is `cr`. See the [Dockerfile](./Dockerfile) for more details.\n\n## Common Usage\n\nCurrently, `cr` can create GitHub Releases from a set of charts packaged up into a directory and create an `index.yaml` file for the chart repository from GitHub Releases.\n\n```console\n$ cr --help\nCreate Helm chart repositories on GitHub Pages by uploading Chart packages\nand Chart metadata to GitHub Releases and creating a suitable index file\n\nUsage:\n cr [command]\n\nAvailable Commands:\n completion generate the autocompletion script for the specified shell\n help Help about any command\n index Update Helm repo index.yaml for the given GitHub repo\n package Package Helm charts\n upload Upload Helm chart packages to GitHub",
"github_repo": "helm/chart-releaser",
"github_stars": 781,
"github_topics": [
"charts",
"helm",
"hosting",
"kubernetes",
"repository"
],
"homepage": "https://github.com/helm/chart-releaser/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 21,
"installs_365d": 545,
"installs_90d": 44,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": null,
"llm_model": null,
"name": "chart-releaser",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 6644,
"rank_365d": 4936,
"rank_90d": 7665,
"raw_hash": "111d5c0a6352e8d6",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/c/chart-releaser.rb",
"tap": "homebrew/core",
"test_dependencies": [
"helm"
],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.8.1",
"versioned_formulae": [],
"why_use_this": null
}