diff --git a/clusters/cl01tl/platform/matrix-synapse/Chart.yaml b/clusters/cl01tl/platform/matrix-synapse/Chart.yaml index 5d520b6a5..0d642ca58 100644 --- a/clusters/cl01tl/platform/matrix-synapse/Chart.yaml +++ b/clusters/cl01tl/platform/matrix-synapse/Chart.yaml @@ -33,10 +33,10 @@ dependencies: - name: matrix-synapse version: 3.11.3 repository: https://ananace.gitlab.io/charts - # - name: app-template - # alias: matrix-hookshot - # version: 3.6.1 - # repository: https://bjw-s.github.io/helm-charts/ + - name: app-template + alias: matrix-hookshot + version: 3.6.1 + repository: https://bjw-s.github.io/helm-charts/ # - name: app-template # alias: mautrix-discord # repository: https://bjw-s.github.io/helm-charts/ diff --git a/clusters/cl01tl/platform/matrix-synapse/values.yaml b/clusters/cl01tl/platform/matrix-synapse/values.yaml index 8eb0eb6f7..f806b3525 100644 --- a/clusters/cl01tl/platform/matrix-synapse/values.yaml +++ b/clusters/cl01tl/platform/matrix-synapse/values.yaml @@ -25,9 +25,9 @@ matrix-synapse: - name: matrix-synapse-config-secret secret: secretName: matrix-synapse-config-secret - # - name: matrix-hookshot-config-secret - # secret: - # secretName: matrix-hookshot-config-secret + - name: matrix-hookshot-config-secret + secret: + secretName: matrix-hookshot-config-secret # - name: mautrix-discord-config-secret # secret: # secretName: mautrix-discord-config-secret @@ -46,10 +46,10 @@ matrix-synapse: mountPath: /synapse/config/conf.d/config.yaml subPath: config.yaml readOnly: true - # - name: matrix-hookshot-config-secret - # mountPath: /synapse/config/conf.d/hookshot-registration.yaml - # subPath: hookshot-registration.yaml - # readOnly: true + - name: matrix-hookshot-config-secret + mountPath: /synapse/config/conf.d/hookshot-registration.yaml + subPath: hookshot-registration.yaml + readOnly: true # - name: mautrix-discord-config-secret # mountPath: /synapse/config/conf.d/mautrix-discord-registration.yaml # subPath: mautrix-discord-registration.yaml