From 68200f9261b3d61b802d80c315f6d970185a05ed Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 5 Mar 2026 23:12:10 -0600 Subject: [PATCH] feat: migrated to valkey --- clusters/cl01tl/helm/tubearchivist/Chart.lock | 8 +++--- clusters/cl01tl/helm/tubearchivist/Chart.yaml | 5 ++-- .../cl01tl/helm/tubearchivist/values.yaml | 26 ++++++++----------- 3 files changed, 18 insertions(+), 21 deletions(-) diff --git a/clusters/cl01tl/helm/tubearchivist/Chart.lock b/clusters/cl01tl/helm/tubearchivist/Chart.lock index f78c70349..135810427 100644 --- a/clusters/cl01tl/helm/tubearchivist/Chart.lock +++ b/clusters/cl01tl/helm/tubearchivist/Chart.lock @@ -2,8 +2,8 @@ dependencies: - name: app-template repository: https://bjw-s-labs.github.io/helm-charts/ version: 4.6.2 -- name: redis-replication +- name: valkey repository: oci://harbor.alexlebens.net/helm-charts - version: 1.1.0 -digest: sha256:d4078c107101ea78d14ef2b49cb413c4e8659f344656df8803de698e701d99a6 -generated: "2026-03-04T00:43:08.068858808Z" + version: 0.2.0 +digest: sha256:67158f43569e7d37781d5e9c253aab8b3e4b45fdbcb1ae067bbb2ca4f9e94de2 +generated: "2026-03-05T22:41:54.802885-06:00" diff --git a/clusters/cl01tl/helm/tubearchivist/Chart.yaml b/clusters/cl01tl/helm/tubearchivist/Chart.yaml index dbebba789..3e30443e3 100644 --- a/clusters/cl01tl/helm/tubearchivist/Chart.yaml +++ b/clusters/cl01tl/helm/tubearchivist/Chart.yaml @@ -20,8 +20,9 @@ dependencies: alias: tubearchivist repository: https://bjw-s-labs.github.io/helm-charts/ version: 4.6.2 - - name: redis-replication - version: 1.1.0 + - name: valkey + alias: valkey + version: 0.2.0 repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/tube-archivist.png # renovate: datasource=github-releases depName=tubearchivist/tubearchivist diff --git a/clusters/cl01tl/helm/tubearchivist/values.yaml b/clusters/cl01tl/helm/tubearchivist/values.yaml index dd31c06e5..9d4133d2b 100644 --- a/clusters/cl01tl/helm/tubearchivist/values.yaml +++ b/clusters/cl01tl/helm/tubearchivist/values.yaml @@ -23,7 +23,7 @@ tubearchivist: - name: ES_DISABLE_VERIFY_SSL value: true - name: REDIS_CON - value: redis://redis-replication-tubearchivist-master.tubearchivist:6379 + value: redis://tubearchivist-valkey.tubearchivist:6379 - name: TA_HOST value: https://tubearchivist.alexlebens.net http://tubearchivist.tubearchivist:80/ - name: TA_PORT @@ -151,17 +151,13 @@ tubearchivist: main: - path: /youtube readOnly: false -redis-replication: - redisReplication: - clusterSize: 3 - resources: - requests: - cpu: 200m - memory: 2400Mi - volumeClaimTemplate: - spec: - resources: - requests: - storage: 10Gi - sentinel: - enabled: true +valkey: + resources: + requests: + cpu: 100m + memory: 1Gi + dataStorage: + requestedSize: 10Gi + replica: + persistence: + size: 10Gi