From cd27a181c54db778bd0975baaceb50b66c8d3ede Mon Sep 17 00:00:00 2001 From: East Hastings Date: Sun, 15 Dec 2024 22:26:07 +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..3d38ef106 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.1 sourceRef: kind: HelmRepository name: bitnami