-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update bitnami/postgresql to 12.12.10
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
1 parent
815be01
commit 0244b89
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
@@ -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 | ||
|