-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: Add chart to existing release #122
Comments
I would love to see this feature. This is relevant for repositories that do not only host the helm chart but for example other binary releases as well. You could of course have multiple releases for the same version, depending on the build pipeline, but IMO having one release with multiple download options would be more manageable. |
I would also really like to have this. It is even required in my case. |
Would love to see this. We're using https://github.com/googleapis/release-please, which handles helm versions with release PRs, and also creates GitHub releases. Chart Releaser in this case creates duplicate releases. |
We need this for the project I am working on because we want to publish the chart when we create a new release. |
As mentioned in: helm/chart-releaser-action#70, in different types of workflows it would be nice to be able to upload to an existing release instead of having to cut a seperate release just for/from CR. Is there any reason that this isn't / shouldn't be the case? Currently when trying to submit to an existing release, I am getting a 422 error.
Would be happy to submit a PR on this, just want to make sure this would be acceptable first.
The text was updated successfully, but these errors were encountered: