From 31c1e96b207eee56399af82504edf48af2402e8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:04:31 +0000 Subject: [PATCH] chore(deps): update postgresql docker tag to v16.7.27 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 01_infrastructure/postgresql.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_infrastructure/postgresql.tf b/01_infrastructure/postgresql.tf index 637e1ae..af81bee 100644 --- a/01_infrastructure/postgresql.tf +++ b/01_infrastructure/postgresql.tf @@ -83,7 +83,7 @@ resource "helm_release" "postgresql" { # 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 = "16.7.27" # Stable version with PostgreSQL 16.x # Deploy in cluster dependencies namespace # Co-locates with other infrastructure services