feat(open-xchange): Store attachments for calendar, contact and task objects in object storage; review migrations.md for required upgrade steps

This commit is contained in:
Thorsten Roßner
2025-07-01 17:23:23 +02:00
parent 18454dd445
commit eda7193aba
7 changed files with 140 additions and 3 deletions

View File

@@ -42,4 +42,8 @@ serviceAccount:
annotations:
{{ .Values.annotations.openxchangeBootstrap.serviceAccount | toYaml | nindent 4 }}
filestore:
# identifier must match identifier in /opt/open-xchange/etc/filestore-s3.properties
identifier: "ox-filestore-s3"
size: {{ .Values.objectstores.openxchange.maxSize }}
...