From a304fe6df9ebe0ede16030fe82d16762a825083b Mon Sep 17 00:00:00 2001 From: East Hastings Date: Mon, 23 Dec 2024 18:25:28 +0000 Subject: [PATCH] chore(deps): update postgresql docker tag to v16 --- core/postgres/postgres.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/postgres/postgres.yaml b/core/postgres/postgres.yaml index 7302d3bd3..bbad2aaf6 100644 --- a/core/postgres/postgres.yaml +++ b/core/postgres/postgres.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: postgresql - version: 13.0.0 + version: 16.3.4 sourceRef: kind: HelmRepository name: bitnami