openfga / helm-charts

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

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

Closed tamalsaha closed 5 months ago

tamalsaha commented 7 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 6 months ago

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

jon-whit commented 6 months ago

@tamalsaha please bump the chartVersion.

tamalsaha commented 6 months ago

Done. PTAL.