diff --git a/charts/element-web/Chart.yaml b/charts/element-web/Chart.yaml index 1c69c29..48de641 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.7.27 +appVersion: 1.7.28 type: application -version: 1.0.23 +version: 1.0.24 maintainers: - name: Alexander Olofsson diff --git a/charts/matrix-synapse/Chart.yaml b/charts/matrix-synapse/Chart.yaml index 8327acd..4c7ace0 100644 --- a/charts/matrix-synapse/Chart.yaml +++ b/charts/matrix-synapse/Chart.yaml @@ -6,7 +6,7 @@ icon: https://matrix.org/images/matrix-logo.svg appVersion: 1.34.0 type: application -version: 2.0.9 +version: 2.0.10 maintainers: - name: Alexander Olofsson email: ace@haxalot.com diff --git a/charts/matrix-synapse/templates/worker-deployment.yaml b/charts/matrix-synapse/templates/worker-deployment.yaml index 74f7082..9eee724 100644 --- a/charts/matrix-synapse/templates/worker-deployment.yaml +++ b/charts/matrix-synapse/templates/worker-deployment.yaml @@ -170,7 +170,7 @@ spec: emptyDir: {} {{- end }} {{- end }} - {{- with $config.volumes }} + {{- with $config.volumes | default $default.volumes }} {{ . | toYaml | nindent 8 }} {{- end }} {{- end }}