app updates

This commit is contained in:
Philip Haupt
2025-11-02 13:45:56 +01:00
parent a400f3b7ec
commit 6271d8a299
27 changed files with 215 additions and 171 deletions

View File

@@ -5,7 +5,7 @@ kind: Kustomization
helmCharts:
- name: matrix-synapse
repo: https://ananace.gitlab.io/charts
version: 3.12.11
version: 3.12.13
releaseName: synapse
includeCRDs: true
namespace: synapse

View File

@@ -785,15 +785,15 @@ postgresql:
enabled: false
image:
repository: bitnamilegacy/postgresql
tag: 15.9.0-debian-12-r0
auth:
# XXX Change me!
# password: synapse
password: synapse
## Or use existing secret with "password" key
## instead of static password
##
existingSecret: synapse
# existingSecret: postgresql-secret
username: synapse
database: synapse
@@ -803,7 +803,7 @@ postgresql:
args: "--lc-collate=C --lc-ctype=C"
persistence:
storageClass: openebs-3-replicas
# storageClass: "-"
size: 16Gi
## Extra arguments for the database connection
@@ -840,6 +840,8 @@ externalPostgresql:
##
redis:
enabled: false
image:
repository: bitnamilegacy/redis
## Database ID for non-default database
# dbid: 0