fix(open-xchange): Set mail quota using functional.groupware.quota.default

This commit is contained in:
Thomas Kaltenbrunner
2025-08-18 16:55:22 +02:00
committed by Thorsten Roßner
parent bd4c997950
commit 67fe50e53c
5 changed files with 15 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ charts:
registry: "registry.opencode.de"
repository: "zendis/opendesk-enterprise/components/product-development/charts/opendesk-dovecot-pro"
name: "dovecot"
version: "3.1.6"
version: "3.1.7"
verify: true
oxAppSuite:
registry: "registry.opencode.de"

View File

@@ -97,7 +97,7 @@ charts:
registry: "registry.opencode.de"
repository: "bmi/opendesk/components/platform-development/charts/opendesk-dovecot"
name: "dovecot"
version: "3.1.4"
version: "3.1.5"
verify: true
element:
# providerCategory: "Platform"

View File

@@ -100,7 +100,7 @@ functional:
filestore:
quota:
# Set the default quota for all users in GB
# Set the default quota for all users in gigabyte
default: 1
# Options related to file sharing.
# Changing these options might require a restart of the `opendesk-nextcloud-php` Pod(s).
@@ -152,6 +152,11 @@ functional:
# - https://<.Values.global.hosts.openxchangeDav>.<.Values.global.domain>/carddav/[folderId]"
# Can be switched off using the below feature toggle.
enabled: true
quota:
# Set the default mail storage quota for users in gigabyte.
# Just provide the plain number without quoting. It will allow a quote grace of 10% and +20% in trash storage.
# If you need different rules you can use customizing on Dovecot's `quotaRules` and `quotaGrace` templating.
default: 1
migration:
oxAppSuite: