Skip to content

chore(deps): update postgresql docker tag to v18#148

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/postgresql-18.x
Open

chore(deps): update postgresql docker tag to v18#148
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/postgresql-18.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 6, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
postgresql (source) helm_release major 16.7.2618.6.4 OpenSSF Scorecard

Release Notes

bitnami/charts (postgresql)

v16.7.27


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Oct 6, 2025
Comment thread 01_infrastructure/postgresql.tf Outdated
repository = "oci://registry-1.docker.io/bitnamicharts"
chart = "postgresql"
version = "16.7.26" # Stable version with PostgreSQL 16.x
version = "18.0.7" # Stable version with PostgreSQL 16.x
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Potential bug: The PostgreSQL Helm chart is undergoing a major version upgrade from 16.x to 18.x without an accompanying data migration strategy, risking database startup failure on existing deployments.
  • Description: The PostgreSQL Helm chart version is being upgraded from 16.7.26 to 18.0.7, which is a major version jump. While persistence is not explicitly configured, the Bitnami chart enables it by default. The change lacks any data migration strategy, such as pg_dump/pg_restore or pg_upgrade procedures. If this infrastructure is applied to an environment with existing data in a persistent volume, the new PostgreSQL 18.x instance will fail to start due to data format incompatibility with the old 16.x data, causing the database to crash loop and leading to a service outage.

  • Suggested fix: Implement a data migration strategy for the major version upgrade. This typically involves using pre-upgrade and post-upgrade hooks to perform a backup (e.g., pg_dump) before the chart is upgraded and a restore (pg_restore) after the new version is deployed. The upgrade should be a carefully managed process, not an automated dependency update without migration logic.
    severity: 0.95, confidence: 0.98

Did we get this right? 👍 / 👎 to inform future reviews.

@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch 5 times, most recently from ac1d696 to ddbc76a Compare October 13, 2025 19:24
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch 3 times, most recently from 1dcee96 to de5ddc1 Compare October 18, 2025 22:15
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch 3 times, most recently from 384b1de to f1fd638 Compare October 28, 2025 04:52
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch 5 times, most recently from 6be589f to 063fa37 Compare November 8, 2025 15:07
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch 3 times, most recently from 18c4da1 to 6fc8be5 Compare November 20, 2025 10:37
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch 2 times, most recently from df877de to e3e92af Compare November 25, 2025 06:08
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch 2 times, most recently from 90bd0be to 88ba6af Compare December 18, 2025 19:11
Comment thread 01_infrastructure/postgresql.tf Outdated
Comment on lines +83 to +86
# Provides regularly updated, security-patched PostgreSQL deployments
repository = "oci://registry-1.docker.io/bitnamicharts"
chart = "postgresql"
version = "16.7.26" # Stable version with PostgreSQL 16.x
version = "18.1.15" # Stable version with PostgreSQL 16.x

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch 3 times, most recently from 2a0b439 to 357b306 Compare December 24, 2025 02:39
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch from 357b306 to 2854877 Compare January 19, 2026 17:27
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch 2 times, most recently from 395c70d to 042aae3 Compare February 24, 2026 23:57
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch 2 times, most recently from b478bc5 to 86c5f20 Compare February 25, 2026 23:37
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch 3 times, most recently from f4f6afe to 46d5f10 Compare March 10, 2026 19:14
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch 4 times, most recently from a543baf to 38c622f Compare March 20, 2026 10:44
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch 5 times, most recently from e6649c1 to 0e38a7b Compare March 24, 2026 07:14
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch 2 times, most recently from 7ea3745 to f07f11e Compare April 8, 2026 21:57
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch 6 times, most recently from 246d7ad to 839bc46 Compare April 17, 2026 17:06
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch 3 times, most recently from aacf1d7 to ccdd815 Compare April 24, 2026 20:04
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch from ccdd815 to e00cc09 Compare May 7, 2026 16:16
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/postgresql-18.x branch from e00cc09 to 9b8b259 Compare May 8, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants