helm / chart-releaser

Hosting Helm Charts via GitHub Pages and Releases
Apache License 2.0
645 stars 108 forks source link

feat: enable adding the chart to existing releases #407

Open jlpedrosa opened 1 month ago

jlpedrosa commented 1 month ago

Currently even if the option --skip-existing is not set, upload will fail when the release exists.

This PR makes the behaviour more consistent, when the release was externally created, chart-release upload will upload the charts/assets to the existing release.

This enables repositories that collocate the code and the deployments to have a unified release.

cc: @Koenkk