chore(deps): bump postgresql from 16.7.27 to 18.11.4 in /charts/trueforge in the helm group across 1 directory - #779
Conversation
|
62c558b to
fe2a962
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit fe2a962. Configure here.
| dependencies: | ||
| - name: postgresql | ||
| version: "16.7.27" | ||
| version: 18.11.3 |
There was a problem hiding this comment.
Postgres chart and image diverge
Medium Severity
The bundled Bitnami postgresql subchart jumps two majors from 16.7.27 (PostgreSQL 17.6) to 18.11.3 (PostgreSQL 18), while values.yaml still pins tfy-mirror/bitnamilegacy/postgresql:17.6.0-debian-12-r4. Chart 18 templates target PostgreSQL 18 and Bitnami Secure Images, so they may not match that legacy 17 image. Following the documented image bump would also make existing PVCs fail with incompatible data files, because Postgres cannot start across major versions without dump/restore.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit fe2a962. Configure here.
Bumps the helm group with 1 update in the /charts/trueforge directory: postgresql. Updates `postgresql` from 16.7.27 to 18.11.4 --- updated-dependencies: - dependency-name: postgresql dependency-version: 18.11.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: helm ... Signed-off-by: dependabot[bot] <support@github.com>
fe2a962 to
4014230
Compare


Bumps the helm group with 1 update in the /charts/trueforge directory: postgresql.
Updates
postgresqlfrom 16.7.27 to 18.11.4Note
Medium Risk
Major-version bump of the bundled Postgres Helm chart affects default installs that use
postgresql.enabled; upgrades may need validation for persistence, image tags, and Bitnami chart breaking changes.Overview
Updates the bundled Bitnami
postgresqlsubchart fortrueforgefrom 16.7.27 to 18.11.4 inChart.yamland refreshesChart.lock(version pin, digest, and generated timestamp). Redis andtfy-sandbox-serverdependency versions are unchanged.Reviewed by Cursor Bugbot for commit 4014230. Bugbot is set up for automated code reviews on this repo. Configure here.