From 1c315f9d6e4f9a238d896a20ccef4718349228f2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 5 Mar 2026 23:20:19 -0600 Subject: [PATCH] feat: migrated to valkey --- clusters/cl01tl/helm/grafana-operator/Chart.lock | 12 ++++++------ clusters/cl01tl/helm/grafana-operator/Chart.yaml | 12 ++++++------ .../helm/grafana-operator/templates/grafana.yaml | 4 ++-- .../cl01tl/helm/grafana-operator/values.yaml | 16 ++++++---------- 4 files changed, 20 insertions(+), 24 deletions(-) diff --git a/clusters/cl01tl/helm/grafana-operator/Chart.lock b/clusters/cl01tl/helm/grafana-operator/Chart.lock index 55603cae7..868ff4b05 100644 --- a/clusters/cl01tl/helm/grafana-operator/Chart.lock +++ b/clusters/cl01tl/helm/grafana-operator/Chart.lock @@ -5,11 +5,11 @@ dependencies: - name: postgres-cluster repository: oci://harbor.alexlebens.net/helm-charts version: 7.8.0 -- name: redis-replication +- name: valkey repository: oci://harbor.alexlebens.net/helm-charts - version: 1.1.0 -- name: redis-replication + version: 0.2.0 +- name: valkey repository: oci://harbor.alexlebens.net/helm-charts - version: 1.1.0 -digest: sha256:ad859d46d684dcb166896c336d899da35bad32dc12ec64e327fbd366c77d81d7 -generated: "2026-03-04T00:39:30.940857832Z" + version: 0.2.0 +digest: sha256:f7cc37aae4019e4ad8bd1b474dc14490cacb2748cf511c78077b9098b4475402 +generated: "2026-03-05T22:38:27.316142-06:00" diff --git a/clusters/cl01tl/helm/grafana-operator/Chart.yaml b/clusters/cl01tl/helm/grafana-operator/Chart.yaml index 1609c793b..50c1e3ada 100644 --- a/clusters/cl01tl/helm/grafana-operator/Chart.yaml +++ b/clusters/cl01tl/helm/grafana-operator/Chart.yaml @@ -23,13 +23,13 @@ dependencies: alias: postgres-18-cluster version: 7.8.0 repository: oci://harbor.alexlebens.net/helm-charts - - name: redis-replication - alias: redis-replication-unified-alerting - version: 1.1.0 + - name: valkey + alias: valkey-unified-alerting + version: 0.2.0 repository: oci://harbor.alexlebens.net/helm-charts - - name: redis-replication - alias: redis-replication-remote-cache - version: 1.1.0 + - name: valkey + alias: valkey-remote-cache + version: 0.2.0 repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/grafana.png # renovate: datasource=github-releases depName=grafana/grafana-operator diff --git a/clusters/cl01tl/helm/grafana-operator/templates/grafana.yaml b/clusters/cl01tl/helm/grafana-operator/templates/grafana.yaml index 3737e8cb3..c1f411029 100644 --- a/clusters/cl01tl/helm/grafana-operator/templates/grafana.yaml +++ b/clusters/cl01tl/helm/grafana-operator/templates/grafana.yaml @@ -45,10 +45,10 @@ spec: password: ${DB_PASSWORD} remote_cache: type: redis - connstr: addr=redis-replication-remote-cache-master.grafana-operator:6379,pool_size=100,db=0,ssl=false + connstr: addr=grafana-operator-valkey-remote-cache.grafana-operator:6379,pool_size=100,db=0,ssl=false unified_alerting: enabled: "true" - ha_redis_address: redis-replication-unified-alerting-master.grafana-operator:6379 + ha_redis_address: grafana-operator-valkey-unified-alerting.grafana-operator:6379 deployment: spec: replicas: 3 diff --git a/clusters/cl01tl/helm/grafana-operator/values.yaml b/clusters/cl01tl/helm/grafana-operator/values.yaml index 1580287cd..80b1837b3 100644 --- a/clusters/cl01tl/helm/grafana-operator/values.yaml +++ b/clusters/cl01tl/helm/grafana-operator/values.yaml @@ -54,13 +54,9 @@ postgres-18-cluster: # immediate: true # schedule: "0 0 0 * * *" # backupName: external -redis-replication-unified-alerting: - replicationNameOverride: redis-replication-unified-alerting - redisReplication: - clusterSize: 3 - sentinel: - enabled: true -redis-replication-remote-cache: - replicationNameOverride: redis-replication-remote-cache - redisReplication: - clusterSize: 1 +valkey-unified-alerting: + nameOverride: valkey-unified-alerting +valkey-remote-cache: + nameOverride: valkey-remote-cache + replica: + enabled: false