Skip to content

Commit 246d7ad

Browse files
chore(deps): update postgresql docker tag to v18
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b6ce3db commit 246d7ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01_infrastructure/postgresql.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ resource "helm_release" "postgresql" {
8383
# Provides regularly updated, security-patched PostgreSQL deployments
8484
repository = "oci://registry-1.docker.io/bitnamicharts"
8585
chart = "postgresql"
86-
version = "16.7.26" # Stable version with PostgreSQL 16.x
86+
version = "18.5.23" # Stable version with PostgreSQL 16.x
8787

8888
# Deploy in cluster dependencies namespace
8989
# Co-locates with other infrastructure services

0 commit comments

Comments
 (0)