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

A GitHub Action to turn a GitHub project into a self-hosted Helm chart repo, using helm/chart-releaser CLI tool

Results 74 chart-releaser-action issues
Sort by recently updated
recently updated
newest added

Version: [email protected] Hello, I have multiple helm charts in my projects-charts folder and I get GIT errors if I modify more than 1. I use this the below settigns, because...

Adds support for the case mentioned in this issue - https://github.com/helm/chart-releaser-action/issues/194 Thanks!

size/XS

We have a private repository and we want to publish the Helm chart only to a different public repository. Right now, the `owner` and the `repo` are being set from...

Hi! I had to release a hot-fix for the a given [chart](https://github.com/unpoller/helm-chart). As a hotfix, I created the tag with the + syntax: `2.11.2+Chart1` The [action](https://github.com/unpoller/helm-chart/actions/runs/8984331936/job/24675948604) shows that detected the...