From fb10ebf19ba80c9064aba00a894fb2abeedf0baa Mon Sep 17 00:00:00 2001 From: alexlebens Date: Mon, 12 Aug 2024 21:14:47 -0500 Subject: [PATCH] convert to valkey --- clusters/cl01tl/applications/outline/Chart.yaml | 4 ++-- clusters/cl01tl/applications/outline/values.yaml | 2 +- clusters/cl01tl/applications/vikunja/Chart.yaml | 4 ++-- clusters/cl01tl/applications/vikunja/values.yaml | 2 +- clusters/cl01tl/platform/matrix-synapse/Chart.yaml | 12 ++++++------ clusters/cl01tl/platform/matrix-synapse/values.yaml | 8 ++++---- clusters/cl01tl/platform/stalwart/Chart.yaml | 4 ++-- clusters/cl01tl/platform/stalwart/values.yaml | 2 +- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/clusters/cl01tl/applications/outline/Chart.yaml b/clusters/cl01tl/applications/outline/Chart.yaml index 728cf8a17..989c95b18 100644 --- a/clusters/cl01tl/applications/outline/Chart.yaml +++ b/clusters/cl01tl/applications/outline/Chart.yaml @@ -30,9 +30,9 @@ dependencies: alias: minio version: 6.0.1 repository: https://operator.min.io/ - - name: redis + - name: valkey + version: 0.3.13 repository: https://charts.bitnami.com/bitnami - version: 19.6.4 - name: cloudflared alias: cloudflared-outline repository: http://alexlebens.github.io/helm-charts diff --git a/clusters/cl01tl/applications/outline/values.yaml b/clusters/cl01tl/applications/outline/values.yaml index e72434ef7..abfafabe4 100644 --- a/clusters/cl01tl/applications/outline/values.yaml +++ b/clusters/cl01tl/applications/outline/values.yaml @@ -179,7 +179,7 @@ minio: host: minio-outline.alexlebens.net path: / pathType: Prefix -redis: +valkey: architecture: standalone auth: enabled: false diff --git a/clusters/cl01tl/applications/vikunja/Chart.yaml b/clusters/cl01tl/applications/vikunja/Chart.yaml index e42447afe..937efb2b5 100644 --- a/clusters/cl01tl/applications/vikunja/Chart.yaml +++ b/clusters/cl01tl/applications/vikunja/Chart.yaml @@ -24,8 +24,8 @@ dependencies: alias: vikunja repository: https://bjw-s.github.io/helm-charts/ version: 3.3.2 - - name: redis - version: 19.6.4 + - name: valkey + version: 0.3.13 repository: https://charts.bitnami.com/bitnami - name: cloudflared alias: cloudflared-api diff --git a/clusters/cl01tl/applications/vikunja/values.yaml b/clusters/cl01tl/applications/vikunja/values.yaml index 8e1412e22..694dfe4da 100644 --- a/clusters/cl01tl/applications/vikunja/values.yaml +++ b/clusters/cl01tl/applications/vikunja/values.yaml @@ -87,7 +87,7 @@ vikunja: readOnly: true mountPropagation: None subPath: config.yml -redis: +valkey: architecture: standalone auth: enabled: true diff --git a/clusters/cl01tl/platform/matrix-synapse/Chart.yaml b/clusters/cl01tl/platform/matrix-synapse/Chart.yaml index 624045089..746b15f9d 100644 --- a/clusters/cl01tl/platform/matrix-synapse/Chart.yaml +++ b/clusters/cl01tl/platform/matrix-synapse/Chart.yaml @@ -45,13 +45,13 @@ dependencies: alias: mautrix-whatsapp repository: https://bjw-s.github.io/helm-charts/ version: 3.3.2 - - name: redis - alias: redis-synapse - version: 19.6.4 + - name: valkey + alias: valkey-synapse + version: 0.3.13 repository: https://charts.bitnami.com/bitnami - - name: redis - alias: redis-hookshot - version: 19.6.4 + - name: valkey + alias: valkey-hookshot + version: 0.3.13 repository: https://charts.bitnami.com/bitnami - name: cloudflared alias: cloudflared-synapse diff --git a/clusters/cl01tl/platform/matrix-synapse/values.yaml b/clusters/cl01tl/platform/matrix-synapse/values.yaml index d5965d5f6..2f9896e9e 100644 --- a/clusters/cl01tl/platform/matrix-synapse/values.yaml +++ b/clusters/cl01tl/platform/matrix-synapse/values.yaml @@ -292,8 +292,8 @@ mautrix-whatsapp: readOnly: true mountPropagation: None subPath: config.yaml -redis-synapse: - fullnameOverride: matrix-synapse-redis +valkey-synapse: + fullnameOverride: matrix-synapse-valkey architecture: standalone auth: enabled: true @@ -305,8 +305,8 @@ redis-synapse: replica: persistence: enabled: false -redis-hookshot: - fullnameOverride: matrix-hookshot-redis +valkey-hookshot: + fullnameOverride: matrix-hookshot-valkey architecture: standalone auth: enabled: false diff --git a/clusters/cl01tl/platform/stalwart/Chart.yaml b/clusters/cl01tl/platform/stalwart/Chart.yaml index 8c06a9990..83edfe911 100644 --- a/clusters/cl01tl/platform/stalwart/Chart.yaml +++ b/clusters/cl01tl/platform/stalwart/Chart.yaml @@ -26,8 +26,8 @@ dependencies: alias: stalwart version: 3.3.2 repository: https://bjw-s.github.io/helm-charts/ - - name: redis - version: 19.6.4 + - name: valkey + version: 0.3.13 repository: https://charts.bitnami.com/bitnami - name: elasticsearch version: 21.3.6 diff --git a/clusters/cl01tl/platform/stalwart/values.yaml b/clusters/cl01tl/platform/stalwart/values.yaml index a3846bc93..0e02b7981 100644 --- a/clusters/cl01tl/platform/stalwart/values.yaml +++ b/clusters/cl01tl/platform/stalwart/values.yaml @@ -71,7 +71,7 @@ stalwart: main: - path: /opt/stalwart-mail readOnly: false -redis: +valkey: architecture: standalone auth: enabled: false