From e3ff7f3a2da0054b1ae4db8f6058b50c515d2967 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 21 Feb 2026 13:54:07 -0600 Subject: [PATCH] feat: replace redis with valkey chart --- clusters/cl01tl/helm/gitea/Chart.yaml | 8 ++++---- clusters/cl01tl/helm/gitea/values.yaml | 25 +++++++++++++++++++++---- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/clusters/cl01tl/helm/gitea/Chart.yaml b/clusters/cl01tl/helm/gitea/Chart.yaml index e5ac8d687..924881602 100644 --- a/clusters/cl01tl/helm/gitea/Chart.yaml +++ b/clusters/cl01tl/helm/gitea/Chart.yaml @@ -45,10 +45,10 @@ dependencies: alias: redis-replication-gitea version: 1.0.4 repository: oci://harbor.alexlebens.net/helm-charts - - name: redis-replication - alias: redis-replication-renovate - version: 1.0.4 - repository: oci://harbor.alexlebens.net/helm-charts + - name: valkey + alias: valkey-renovate + version: 0.9.3 + repository: https://valkey.io/valkey-helm - name: volsync-target alias: volsync-target-storage version: 0.7.0 diff --git a/clusters/cl01tl/helm/gitea/values.yaml b/clusters/cl01tl/helm/gitea/values.yaml index 343c6c4b3..e832dc62e 100644 --- a/clusters/cl01tl/helm/gitea/values.yaml +++ b/clusters/cl01tl/helm/gitea/values.yaml @@ -247,10 +247,27 @@ redis-replication-gitea: storage: 10Gi sentinel: enabled: true -redis-replication-renovate: - replicationNameOverride: redis-replication-renovate - redisReplication: - clusterSize: 1 +valkey-renovate: + image: + registry: ghcr.io + repository: valkey-io/valkey + tag: 9.0.2-alpine + resources: + requests: + cpu: 10m + memory: 32Mi + dataStorage: + enabled: false + replica: + enabled: false + metrics: + enabled: true + serviceMonitor: + enabled: true + podMonitor: + enabled: true + prometheusRule: + enabled: true volsync-target-storage: pvcTarget: gitea-shared-storage moverSecurityContext: