chart-releaser icon indicating copy to clipboard operation
chart-releaser copied to clipboard

Hosting Helm Charts via GitHub Pages and Releases

Results 51 chart-releaser issues
Sort by recently updated
recently updated
newest added

How can I update index.yaml if i delete a release directly

Add a command, such as `push` similar to `upload` that pushes chart packages to an oci registry. ```sh cr push ``` The cr cli can rely on the [push api](https://github.com/helm/helm/blob/5c256a5e7d55aa3063f04dc73994d0f78022501e/pkg/pusher/pusher.go)...

In some contexts, it would be nice to have a mechanism for excluding packages from being published, or by contrast, choosing explicitly which packages _should_ be published. i.e. `cr upload...

When using this tool on a private repo, helm is unable to download the chart package files. When you give Helm your username and password it uses it to authenticate...

size/L

It would be nice if there were a way to "build an index.yaml from GitHub release metadata" in an idempotent fashion In some cases, a git repository can get broken...

Currently chart-releaser creates lightweight tags upon release. Optionally creating annotated tags would allow using some tools that expect to act on annotated tags only, such as https://github.com/conventional-changelog/standard-version

Hello! Maybe I'm doing something wrong here, but I needed to manually create the `.cr-index` folder for the `cr index` command to work. This is what I did: ```console $...

I have a CircleCi pipeline that triggers on commit to the main branch. CR is ran using docker with the latest tag: ```yaml version: 2 jobs: package-upload-index: docker: - image:...

Hi, I have a single repo containing my container source and the relevant helm package. I'd like to do the following on every push to master: - calculate new semantic...

I prefer to keep my helm chart in the same git repo as the software that it is deploying, rather than in a separate repository (like the old "helm/stable" repo)....