mongodb / helm-charts

Apache License 2.0
90 stars 91 forks source link

CLOUDP-205250: Fix release double execution #261

Closed helderjs closed 11 months ago

helderjs commented 11 months ago

All Submissions:

If I got it right, the job failed the first time because the CRD chart was released successfully but the operator, who depends on the new release, could not get it because the repo is outdated. In the second execution, the repo is already updated (aware of the newly released CRD) and the operator release works successfully. Updating the repo before releasing it chart should fix the problem.