Skip to content

Commit 9dd2bf6

Browse files
committed
chore: upgrade dependencies
1 parent 5c3b585 commit 9dd2bf6

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

charts/nextcloud/Chart.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
dependencies:
22
- name: postgresql
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 16.3.1
4+
version: 16.3.5
55
- name: mariadb
66
repository: oci://registry-1.docker.io/bitnamicharts
77
version: 18.2.0
88
- name: redis
99
repository: oci://registry-1.docker.io/bitnamicharts
1010
version: 19.6.4
11-
digest: sha256:e41261e0dc77410d8aae3e4d692fe476b3e270a17b7d4c9dcb3c00e9e740a4d6
12-
generated: "2024-12-13T14:24:14.477843415+01:00"
11+
- name: collabora-online
12+
repository: https://collaboraonline.github.io/online
13+
version: 1.1.20
14+
digest: sha256:c15e97de1c3acf872f73356faa838b59718a1c723c4f698422dbd8a7616e3d69
15+
generated: "2025-01-12T20:02:40.504763578+01:00"

charts/nextcloud/Chart.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: nextcloud
3-
version: 6.2.3
4-
appVersion: 30.0.2
3+
version: 6.6.2
4+
appVersion: 30.0.4
55
description: A file sharing server that puts the control and security of your own data back into your hands.
66
keywords:
77
- nextcloud
@@ -23,7 +23,7 @@ maintainers:
2323
2424
dependencies:
2525
- name: postgresql
26-
version: 16.3.1
26+
version: 16.3.5
2727
repository: oci://registry-1.docker.io/bitnamicharts
2828
condition: postgresql.enabled
2929
- name: mariadb
@@ -33,4 +33,9 @@ dependencies:
3333
- name: redis
3434
version: 19.6.4
3535
repository: oci://registry-1.docker.io/bitnamicharts
36-
condition: redis.enabled
36+
condition: redis.enabled
37+
- name: collabora-online
38+
version: 1.1.20
39+
repository: https://collaboraonline.github.io/online
40+
condition: collabora.enabled
41+
alias: collabora

0 commit comments

Comments
 (0)