Skip to content

Commit 7cde2c6

Browse files
committed
fix(deps)!: update mariadb to v20
Signed-off-by: WrenIX <dev.github@wrenix.eu>
1 parent 8694931 commit 7cde2c6

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

charts/nextcloud/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ Here we list all major versions and their breaking changes for migration.
2323
- mountPath: "/bitnami/postgresql"
2424
name: "data"
2525
```
26+
- update mariadb to v19 (see [CHANGELOG](https://github.com/bitnami/charts/blob/main/bitnami/mariadb/CHANGELOG.md#1900-2024-07-11))
27+
- update mariadb to v20 (see [CHANGELOG](https://github.com/bitnami/charts/blob/main/bitnami/mariadb/CHANGELOG.md#2000-2024-11-08))

charts/nextcloud/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ dependencies:
44
version: 16.7.4
55
- name: mariadb
66
repository: oci://registry-1.docker.io/bitnamicharts
7-
version: 18.2.0
7+
version: 20.5.5
88
- name: redis
99
repository: oci://registry-1.docker.io/bitnamicharts
1010
version: 21.1.3
1111
- name: collabora-online
1212
repository: https://collaboraonline.github.io/online
1313
version: 1.1.20
14-
digest: sha256:e110b1211ed800baa8298d9bda4ebe01e3de77c353b557e8aef8ad2307dd6a5c
15-
generated: "2025-05-18T15:19:49.467865281+02:00"
14+
digest: sha256:47979e007ed8bb4a53ec00c5e457da110573a6e067f24da505144f475b26981c
15+
generated: "2025-05-18T15:22:37.968306345+02:00"

charts/nextcloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
repository: oci://registry-1.docker.io/bitnamicharts
3333
condition: postgresql.enabled
3434
- name: mariadb
35-
version: 18.2.0
35+
version: 20.5.5
3636
repository: oci://registry-1.docker.io/bitnamicharts
3737
condition: mariadb.enabled
3838
- name: redis

0 commit comments

Comments
 (0)