Skip to content

Commit 505a9b6

Browse files
committed
chore(ai-worker): using nextcloud.volumeMounts for ai-worker deployment
Signed-off-by: Daniel Hendricken <[email protected]> chore: uncommented dependencies in Chart.yaml
1 parent 81ba57b commit 505a9b6

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

charts/nextcloud/Chart.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ maintainers:
2626
url: https://wrenix.eu
2727
- name: jessebot
2828
url: https://jessebot.work
29-
# dependencies:
30-
# - name: postgresql
31-
# version: 15.5.0
32-
# repository: oci://registry-1.docker.io/bitnamicharts
33-
# condition: postgresql.enabled
34-
# - name: mariadb
35-
# version: 18.2.0
36-
# repository: oci://registry-1.docker.io/bitnamicharts
37-
# condition: mariadb.enabled
38-
# - name: redis
39-
# version: 19.6.4
40-
# repository: oci://registry-1.docker.io/bitnamicharts
41-
# condition: redis.enabled
42-
# - name: collabora-online
43-
# version: 1.1.20
44-
# repository: https://collaboraonline.github.io/online
45-
# condition: collabora.enabled
46-
# alias: collabora
29+
dependencies:
30+
- name: postgresql
31+
version: 15.5.0
32+
repository: oci://registry-1.docker.io/bitnamicharts
33+
condition: postgresql.enabled
34+
- name: mariadb
35+
version: 18.2.0
36+
repository: oci://registry-1.docker.io/bitnamicharts
37+
condition: mariadb.enabled
38+
- name: redis
39+
version: 19.6.4
40+
repository: oci://registry-1.docker.io/bitnamicharts
41+
condition: redis.enabled
42+
- name: collabora-online
43+
version: 1.1.20
44+
repository: https://collaboraonline.github.io/online
45+
condition: collabora.enabled
46+
alias: collabora

0 commit comments

Comments
 (0)