[TRNT-4376] Align DB dependencies#4290
Merged
Merged
Conversation
Signed-off-by: Antonio Gamez Diaz <antonio.gamez@suse.com>
nelsonkopliku
approved these changes
May 12, 2026
nelsonkopliku
left a comment
Member
There was a problem hiding this comment.
as long as it works, LGTM
antgamdia
commented
May 12, 2026
| K3S_VERSION: "v1.31.2+k3s1" # https://hub.docker.com/r/rancher/k3s/tags | ||
| CERT_MANAGER_VERSION: "v1.14.5" # https://github.com/cert-manager/cert-manager/releases | ||
| POSTGRESQL_VERSION: "15" # https://hub.docker.com/_/postgres/tags | ||
| POSTGRESQL_VERSION: "14" # https://registry.suse.com/repositories/suse-postgres-eol?tag=14 |
Contributor
Author
There was a problem hiding this comment.
Note that we were using v15, but our chart is using v14. Ideally, we should pick one version consistently. Note that 14's EOL is in Nov 2026 😓
Signed-off-by: Antonio Gamez Diaz <antonio.gamez@suse.com>
Signed-off-by: Antonio Gamez Diaz <antonio.gamez@suse.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
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).
There is a mirror PR in Wanda: trento-project/wanda#712
Related # TRNT-4376
How was this tested?
CI