[TRNT-4376] Align DB dependencies#712
Conversation
Signed-off-by: Antonio Gamez Diaz <antonio.gamez@suse.com>
62854e8 to
36c4cf5
Compare
Signed-off-by: Antonio Gamez Diaz <antonio.gamez@suse.com>
Signed-off-by: Antonio Gamez Diaz <antonio.gamez@suse.com>
vicenteqa
left a comment
There was a problem hiding this comment.
lgtm, I know this development is about aligning, but I see that we're still pinning the postgres version in two different places, perhaps we need to think in some way to have a single source of truth.
Yes, absolutely. Besides, this is also applicable to Web :( https://github.com/trento-project/web/blob/main/docker-compose.yaml#L62 We could do it in a shared repo, set up a GHA to, once it changes, perform some replacements in every affected repo? But at least, the bare minimum is to ensure, even manually, that we are using the same version in the same repo 😅 |
Signed-off-by: Antonio Gamez Diaz <antonio.gamez@suse.com>
Description
I noticed some tests are failing (example); this PR is to try to discover and fix the issue causing it.
This PR is aligning the versions we use in development and in CI to the ones we use in the Helm Chart (manually for now, though). Using
latestwas causing some issues in out test cases.Besides, it extracts some additional versions to env dependencies, for maintainability.
Fixes # TRNT-4376
How was this tested?
CI
Before the fix, it fails (example); after the fix, it works (example).