From 1b0310ead5ac6f7b646f70f4e0a829af90205467 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 11 Dec 2025 21:13:07 -0600 Subject: [PATCH] update image --- clusters/cl01tl/helm/harbor/templates/redis-replication.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/harbor/templates/redis-replication.yaml b/clusters/cl01tl/helm/harbor/templates/redis-replication.yaml index d4d4560e3..4255f80ff 100644 --- a/clusters/cl01tl/helm/harbor/templates/redis-replication.yaml +++ b/clusters/cl01tl/helm/harbor/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,4 +29,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