From 48efb68db63d32f2a0e5930e4186f4a44235048f Mon Sep 17 00:00:00 2001 From: WrenIX Date: Sun, 2 Mar 2025 22:42:24 +0100 Subject: [PATCH] fix(matrix-synapse): workaround of broken redis-subchart --- matrix-synapse/Chart.yaml | 2 +- matrix-synapse/README.md | 3 ++- matrix-synapse/values.yaml | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/matrix-synapse/Chart.yaml b/matrix-synapse/Chart.yaml index 8192a47..6090f57 100644 --- a/matrix-synapse/Chart.yaml +++ b/matrix-synapse/Chart.yaml @@ -4,7 +4,7 @@ name: matrix-synapse description: Matrix reference homeserver icon: https://matrix.org/images/matrix-logo.svg type: application -version: "1.0.17" +version: "1.0.18" # renovate: image=ghcr.io/element-hq/synapse appVersion: 1.125.0 maintainers: diff --git a/matrix-synapse/README.md b/matrix-synapse/README.md index 1f5e0f1..3e238a2 100644 --- a/matrix-synapse/README.md +++ b/matrix-synapse/README.md @@ -7,7 +7,7 @@ description: "Matrix reference homeserver" # matrix-synapse -![Version: 1.0.17](https://img.shields.io/badge/Version-1.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.125.0](https://img.shields.io/badge/AppVersion-1.125.0-informational?style=flat-square) +![Version: 1.0.18](https://img.shields.io/badge/Version-1.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.125.0](https://img.shields.io/badge/AppVersion-1.125.0-informational?style=flat-square) Matrix reference homeserver @@ -114,6 +114,7 @@ helm uninstall matrix-synapse-release | redis.auth.existingSecret | string | `""` | name of an existing secret with Redis credentials (instead of auth.password), must be created ahead of time | | redis.auth.existingSecretPasswordKey | string | `""` | Password key to be retrieved from existing secret | | redis.auth.password | string | `"synapse"` | XXX Change me! | +| redis.auth.usePasswordFiles | bool | `false` | | | redis.enabled | bool | `true` | | | redis.global.storageClass | string | `""` | | | redis.master.persistence.enabled | bool | `true` | | diff --git a/matrix-synapse/values.yaml b/matrix-synapse/values.yaml index 7ddc3cd..3578a56 100644 --- a/matrix-synapse/values.yaml +++ b/matrix-synapse/values.yaml @@ -723,6 +723,7 @@ redis: enabled: true # -- XXX Change me! password: synapse + usePasswordFiles: false # -- name of an existing secret with Redis credentials (instead of auth.password), must be created ahead of time existingSecret: "" # -- Password key to be retrieved from existing secret