From 9ba93c739a6ba0a51d1780279057af0d638c76b2 Mon Sep 17 00:00:00 2001 From: Archer Date: Mon, 13 Nov 2023 14:04:48 +0100 Subject: [PATCH] Update bitnami/postgresql to 12.12.10 (#467) This commit updates the postgresql dependency to version 12.12.10. This is the latest 12.x version currently available, and while 13.x is technically available, this would likely require bumping the nextcloud chart version to 5.x, as PostgreSQL major version updates require manual intervention in most cases (especially with the expected limited scope of the embedded chart). Signed-off-by: Archer --- charts/nextcloud/Chart.lock | 6 +++--- charts/nextcloud/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock index 6f295195..8a002f80 100644 --- a/charts/nextcloud/Chart.lock +++ b/charts/nextcloud/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 12.11.2 + version: 12.12.10 - name: mariadb repository: oci://registry-1.docker.io/bitnamicharts version: 12.2.9 - name: redis repository: oci://registry-1.docker.io/bitnamicharts version: 17.13.2 -digest: sha256:e9c91a845b3f176bc0ab93c7323e50d98fd805c7c7864d1f0a45b4650707c2f5 -generated: "2023-09-16T01:30:49.121548618+02:00" +digest: sha256:92fe0891c35c2586cfe3b76154412c188bb75cc0a687e1d771fc4c1cf0f8973d +generated: "2023-11-11T19:19:38.983179104+01:00" diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 991b1e46..ebae207d 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 4.4.0 +version: 4.5.0 appVersion: 27.1.3 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: @@ -23,7 +23,7 @@ maintainers: email: jeff@billimek.com dependencies: - name: postgresql - version: 12.11.* + version: 12.12.* repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - name: mariadb