-
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.
Upgrade Redis, Postgresql, and Maridb to latest OCI Bitnami helm char…
…t versions (#420) * Upgrade redis, postgresql, and maridb sub charts to latest - Upgrades all bitnami subcharts to the latest major versions at time of commit - Updates to new preferred OCI-based container registry Signed-off-by: JesseBot <[email protected]> * update Chart.lock file for subchart updates Signed-off-by: jessebot <[email protected]> --------- Signed-off-by: JesseBot <[email protected]> Signed-off-by: jessebot <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
15 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: https://charts.bitnami.com/bitnami | ||
version: 11.6.26 | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
version: 12.6.9 | ||
- name: mariadb | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 11.0.14 | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
version: 12.2.8 | ||
- name: redis | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 16.12.3 | ||
digest: sha256:26d3436ece41f0fbe00d0184c1cda7f5cccb7d49642982cfff49f113c11c0f34 | ||
generated: "2022-10-30T11:48:19.745391397+01:00" | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
version: 17.13.2 | ||
digest: sha256:e292db0f38d48fdde0b9feff58c406eef920c7e3b592e7f0ec1907e7599a7a2b | ||
generated: "2023-07-24T16:19:14.475458+02: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: 3.5.22 | ||
version: 4.0.0 | ||
appVersion: 27.0.2 | ||
description: A file sharing server that puts the control and security of your own data back into your hands. | ||
keywords: | ||
|
@@ -23,14 +23,14 @@ maintainers: | |
email: [email protected] | ||
dependencies: | ||
- name: postgresql | ||
version: 11.6.* | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 12.6.* | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
condition: postgresql.enabled | ||
- name: mariadb | ||
version: 11.0.* | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 12.2.* | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
condition: mariadb.enabled | ||
- name: redis | ||
version: 16.12.* | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 17.13.* | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
condition: redis.enabled |