From bfec5f20236171f924293b0431e7701837f65cb5 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Tue, 1 Mar 2022 14:13:44 +0100 Subject: [PATCH] element-web: Update to 1.10.6 --- charts/element-web/Chart.yaml | 4 ++-- charts/matrix-synapse/templates/deployment.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/element-web/Chart.yaml b/charts/element-web/Chart.yaml index f86a2db..f159386 100644 --- a/charts/element-web/Chart.yaml +++ b/charts/element-web/Chart.yaml @@ -7,10 +7,10 @@ description: | Talk to everyone through the open global Matrix network, protected by proper end-to-end encryption. icon: https://element.io/images/element-logo.svg -appVersion: 1.10.5 +appVersion: 1.10.6 type: application -version: 1.1.5 +version: 1.1.6 maintainers: - name: Alexander Olofsson diff --git a/charts/matrix-synapse/templates/deployment.yaml b/charts/matrix-synapse/templates/deployment.yaml index 9027ebf..e8a092d 100644 --- a/charts/matrix-synapse/templates/deployment.yaml +++ b/charts/matrix-synapse/templates/deployment.yaml @@ -2,7 +2,7 @@ {{- if (and .Values.postgresql.enabled (and (not .Values.postgresql.postgresqlPassword) (not .Values.postgresql.existingSecret))) -}} {{- fail "You must specify a static postgres password or existing secret if using the included postgres chart" -}} {{- end -}} -{{- if (and .Values.redis.enabled (and .Values.redis.usePassword (and (not .Values.redis.password) (not .Values.redis.existingSecret)))) -}} +{{- if (and .Values.redis.enabled (and .Values.redis.usePassword (and (not .Values.redis.auth.password) (not .Values.redis.existingSecret)))) -}} {{- fail "You must specify a static redis password or existing secret if using the included redis chart" -}} {{- end -}} ---