From 8d632df27ff3257c6efc9bc8c615cb3f93d951f4 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 11 Dec 2025 17:43:26 -0600 Subject: [PATCH] upgrade --- .../cl01tl/helm/gitea/templates/redis-replication.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/gitea/templates/redis-replication.yaml b/clusters/cl01tl/helm/gitea/templates/redis-replication.yaml index 3d1f96312..f7d7e9e2b 100644 --- a/clusters/cl01tl/helm/gitea/templates/redis-replication.yaml +++ b/clusters/cl01tl/helm/gitea/templates/redis-replication.yaml @@ -13,7 +13,7 @@ spec: runAsUser: 1000 fsGroup: 1000 kubernetesConfig: - image: quay.io/opstree/redis:v8.0.3 + image: quay.io/opstree/redis:v8.4.0 imagePullPolicy: IfNotPresent resources: requests: @@ -29,7 +29,7 @@ spec: storage: 10Gi redisExporter: enabled: true - image: quay.io/opstree/redis-exporter:v1.48.0 + image: quay.io/opstree/redis-exporter:v1.80.1 --- apiVersion: redis.redis.opstreelabs.in/v1beta2 @@ -47,7 +47,7 @@ spec: runAsUser: 1000 fsGroup: 1000 kubernetesConfig: - image: quay.io/opstree/redis:v8.0.3 + image: quay.io/opstree/redis:v8.4.0 imagePullPolicy: IfNotPresent resources: requests: @@ -63,4 +63,4 @@ spec: storage: 1Gi redisExporter: enabled: true - image: quay.io/opstree/redis-exporter:v1.48.0 + image: quay.io/opstree/redis-exporter:v1.80.1