kadaster-labs / sensrnet-helm-charts

Other
0 stars 0 forks source link

Failed release CI can leave charts versions hanging #14

Open kad-busses opened 3 years ago

kad-busses commented 3 years ago

On a failed chart releasement ("Release Charts" GitHub Action), the flow is aborted (i.e. https://github.com/kadaster-labs/sensrnet-helm-charts/actions/runs/881767546). This happens when trying to push an already existing tag for some chart. All charts then don't get published or released.

The versions are likely cached, so the next time the Actions is run, they don't get released (i.e. https://github.com/kadaster-labs/sensrnet-helm-charts/runs/2683932276). Right now this means that a new version is required, also for the charts that contained no errors.

Find a way that charts can still be published on the next (successful) run