From 1a53ae61b510ed3843b430a8f9f6121fc0398277 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 23 Feb 2025 00:07:28 -0600 Subject: [PATCH] disable hookshot --- .../cl01tl/platform/matrix-synapse/Chart.yaml | 8 ++++---- .../cl01tl/platform/matrix-synapse/values.yaml | 18 +++++++++--------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/clusters/cl01tl/platform/matrix-synapse/Chart.yaml b/clusters/cl01tl/platform/matrix-synapse/Chart.yaml index 0d642ca58..5d520b6a5 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 27ee2ede9..8eb0eb6f7 100644 --- a/clusters/cl01tl/platform/matrix-synapse/values.yaml +++ b/clusters/cl01tl/platform/matrix-synapse/values.yaml @@ -25,11 +25,11 @@ 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: mautrix-discord-config-secret - secret: + # - name: matrix-hookshot-config-secret + # secret: + # secretName: matrix-hookshot-config-secret + # - name: mautrix-discord-config-secret + # secret: # secretName: mautrix-discord-config-secret # - name: mautrix-whatsapp-config-secret # 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