From 70779ed3368a3f7c6f7132d22faf3c04e696ef5e Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Fri, 15 Nov 2024 13:24:38 -0500 Subject: [PATCH] Update postgresql chart to 15 --- charts/matrix/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/matrix/Chart.yaml b/charts/matrix/Chart.yaml index 2b5390b..7313228 100644 --- a/charts/matrix/Chart.yaml +++ b/charts/matrix/Chart.yaml @@ -4,14 +4,14 @@ description: A chart for Matrix.org, includes Synapse, PostgreSQL, and Element. type: application -version: 2.2.11 +version: 2.3.0 # The version of Synapse appVersion: "1.119.0" dependencies: - name: postgresql - version: "^13.2.0" + version: "^15.5.38" repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - name: element