helm / chart-releaser-action

A GitHub Action to turn a GitHub project into a self-hosted Helm chart repo, using helm/chart-releaser CLI tool
https://github.com/helm/chart-releaser
Apache License 2.0
559 stars 206 forks source link

Allow to release to a different repository #195

Open prsnca opened 4 months ago

prsnca commented 4 months ago

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

Thanks!