Skip to content

Commit

Permalink
Update bitnami/postgresql to 12.12.10 (#467)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
archer-321 authored Nov 13, 2023
1 parent f63d36c commit 9ba93c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/nextcloud/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -23,7 +23,7 @@ maintainers:
email: [email protected]
dependencies:
- name: postgresql
version: 12.11.*
version: 12.12.*
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: mariadb
Expand Down

0 comments on commit 9ba93c7

Please sign in to comment.