From 934025cd5de91be373b024a4eb98939f2e87ab02 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 11 Dec 2025 16:28:14 -0600 Subject: [PATCH] upgrade --- .../cl01tl/helm/authentik/templates/redis-replication.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/authentik/templates/redis-replication.yaml b/clusters/cl01tl/helm/authentik/templates/redis-replication.yaml index d2005d2fa..8c5cdda95 100644 --- a/clusters/cl01tl/helm/authentik/templates/redis-replication.yaml +++ b/clusters/cl01tl/helm/authentik/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