Skip to content

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

@meffmadd

Description

@meffmadd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    deploymentIssue regarding deploymentenhancementNew feature or requestgithub_actionsPull requests that update GitHub Actions code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions