element-web: Update to 1.10.6
This commit is contained in:
parent
a9aeaba251
commit
bfec5f2023
2 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@ description: |
|
||||||
Talk to everyone through the open global Matrix network, protected by proper
|
Talk to everyone through the open global Matrix network, protected by proper
|
||||||
end-to-end encryption.
|
end-to-end encryption.
|
||||||
icon: https://element.io/images/element-logo.svg
|
icon: https://element.io/images/element-logo.svg
|
||||||
appVersion: 1.10.5
|
appVersion: 1.10.6
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 1.1.5
|
version: 1.1.6
|
||||||
|
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Alexander Olofsson
|
- name: Alexander Olofsson
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{{- if (and .Values.postgresql.enabled (and (not .Values.postgresql.postgresqlPassword) (not .Values.postgresql.existingSecret))) -}}
|
{{- 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" -}}
|
{{- fail "You must specify a static postgres password or existing secret if using the included postgres chart" -}}
|
||||||
{{- end -}}
|
{{- 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" -}}
|
{{- fail "You must specify a static redis password or existing secret if using the included redis chart" -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue