syntasso / helm-charts

Helm charts for Kratix
Apache License 2.0
0 stars 2 forks source link

feat: support latest-only releases #1

Closed richcooper95 closed 4 months ago

richcooper95 commented 4 months ago

Changes:

richcooper95 commented 4 months ago

TODO:

It looks like the Helm Chart Releaser generates a new GH release, which creates a new tag of that release name. This was fine when every release name was unique (versioned), but may cause issues when we are always using the same release/tag name.

We might need to delete the old release/tag before regenerating them with the Helm Chart Releaser.

richcooper95 commented 4 months ago