fix(dovecot): Update EE Helm chart to resolve issue with mandatory set PriorityClass

This commit is contained in:
Thorsten Roßner
2025-03-24 15:25:52 +01:00
parent 2c8d7f0380
commit 696f2daa9c
2 changed files with 2 additions and 2 deletions

View File

@@ -268,7 +268,7 @@ db-cleanup:
script:
# yamllint disable-line rule:line-length rule:quoted-strings
- export FILES=(${CI_PROJECT_DIR}/helmfile/environments/default/database.yaml.gotmpl ${CI_PROJECT_DIR}/helmfile/environments/dev/write-over-values-for-environment.yaml.gotmpl)
# Cleanup .MariaDB
# Cleanup MariaDB
- |
export DATABASES="oxAppSuite"
export MARIADB_HOST=""

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: "1.0.1"
version: "1.0.2"
verify: true
oxAppSuite:
registry: "registry.opencode.de"