Skip to content

Commit

Permalink
Upgrade Redis, Postgresql, and Maridb to latest OCI Bitnami helm char…
Browse files Browse the repository at this point in the history
…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
jessebot authored Aug 19, 2023
1 parent f91013c commit 7ee7cf1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions charts/nextcloud/Chart.lock
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"
14 changes: 7 additions & 7 deletions charts/nextcloud/Chart.yaml
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:
Expand All @@ -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

0 comments on commit 7ee7cf1

Please sign in to comment.