Skip to content
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

Helm release should not create extra release but attach changes to existing chart release #195

Open
meffmadd opened this issue Jan 16, 2024 · 0 comments
Labels
deployment Issue regarding deployment enhancement New feature or request github_actions Pull requests that update GitHub Actions code

Comments

@meffmadd
Copy link
Member

meffmadd commented Jan 16, 2024

Is your feature request related to a problem? Please describe.
The helm release action creates a new GitHub release each time we create a chart release, which itself is a GitHub release. This is ugly.

Describe the solution you'd like
The release action should modify the existing chart release instead of creating a new release since it only adds an asset (.tgz) file.

Apparently not possible for now: https://www.github.com/helm/chart-releaser/issues/122

But at least use --make-release-latest false

@meffmadd meffmadd added enhancement New feature or request deployment Issue regarding deployment github_actions Pull requests that update GitHub Actions code labels Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment Issue regarding deployment enhancement New feature or request github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

No branches or pull requests

1 participant