chore(deps): bump postgresql from 16.7.27 to 18.11.6 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.
fe2a962 to
4014230
Compare
99c8d91 to
7e869bb
Compare
Bumps the helm group with 1 update in the /charts/trueforge directory: postgresql. Updates `postgresql` from 16.7.27 to 18.11.6 --- 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>
7e869bb to
d1ceffc
Compare
|
Looks like postgresql is updatable in another way, so this is no longer needed. |


Bumps the helm group with 1 update in the /charts/trueforge directory: postgresql.
Updates
postgresqlfrom 16.7.27 to 18.11.6Note
Medium Risk
A major jump in the bundled Postgres subchart can change chart defaults, templates, and upgrade behavior for stateful deployments; validate bundled Postgres upgrades in a non-prod cluster.
Overview
Updates the trueforge Helm chart’s bundled Bitnami
postgresqldependency from 16.7.27 to 18.11.6 inChart.yaml, and refreshesChart.lock(version pin, dependency digest, and generated timestamp).No application or
values.yamlchanges in this diff—only the subchart version lock for installs that keeppostgresql.enabled.Reviewed by Cursor Bugbot for commit d1ceffc. Bugbot is set up for automated code reviews on this repo. Configure here.