fix(open-xchange): Rollback MariaDB version to fix OX Guard initialization

This commit is contained in:
Thorsten Rossner
2023-09-28 16:36:28 +00:00
parent 74e206694e
commit e33acd33e7
2 changed files with 3 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ releases:
timeout: 900
- name: "mariadb"
chart: "mariadb-repo/mariadb"
version: "2.1.0"
version: "2.0.2"
values:
- "values-mariadb.yaml"
- "values-mariadb.gotmpl"

View File

@@ -72,7 +72,8 @@ images:
# @supplier: "Univention"
mariadb:
repository: "mariadb"
tag: "11.1.2-jammy@sha256:b6440c4f4e1471bdcee202e4c4e21c1f93af87421f6d33028363dd224e54f481"
# For upgrades at least confirm compatibility of target version with OX (regarding AS Guard)
tag: "10.5@sha256:aa1ccc18000c32d1f39ac0b055117b27bffd93e622ec961d682de40fe2a1a95f"
# @supplier: "openDesk DevSecOps"
memcached:
repository: "bitnami/memcached"