openfga / helm-charts

Official Helm charts for the OpenFGA project.
https://openfga.dev
Apache License 2.0
19 stars 35 forks source link

fix: wait for at least a successful migrate job run #130

Closed tamalsaha closed 4 months ago

tamalsaha commented 5 months ago

Description

migrate job has backoff limit 1. Which means, it might fail once before succeeding (typically due to db not ready for connection). This pr allows such a scenario to be considered successful.

References

Review Checklist

rhamzeh commented 4 months ago

Thanks @tamalsaha! Can you please enable the "allow edits by maintainers" feature so we can update and merge?

jon-whit commented 4 months ago

@tamalsaha please bump the chartVersion.

tamalsaha commented 4 months ago

Done. PTAL.