Added a self-check that the charts are actually released after the release action loop. I used this combined with the dry-run input to be able to run a check that is triggered from a workflow running daily on every work day.
This shall give us the following:
Releases should fail synchronously if the release merge did not actually managed to put the latest chart version in the helm repo.
Daily we double check what the source code says is the latest chart is available in the helm chart repo.
By default this is done for all helm charts in the repo.
Added a self-check that the charts are actually released after the release action loop. I used this combined with the dry-run input to be able to run a check that is triggered from a workflow running daily on every work day.
This shall give us the following:
By default this is done for all helm charts in the repo.
✅ Release checks using dryrun
All Submissions: