mongodb / helm-charts

Apache License 2.0
99 stars 92 forks source link

CLOUDP-218696: Check chart was actually released #294

Closed josvazg closed 11 months ago

josvazg commented 11 months ago

Prior logic was checking git tags, which did not seem reliable at times and checks the wrong thing: we do not care as much for the tag to be present in git as for the actual helm chart with the given version to be present in the target helm chart repo.

This change searchs the repo for the expected chart version to check whether it was released or not, before checkign for changes in the chart.

DRYRUN did not find anything to do after release

All Submissions:

josvazg commented 11 months ago

ping @irajdeep @nammn to check for any concerns