From 32750491779045aea1444d1ff90cad19b61c20b3 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 11 Dec 2025 16:49:01 -0600 Subject: [PATCH] upgrade --- .../cl01tl/helm/directus/templates/redis-replication.yaml | 4 ++-- clusters/cl01tl/helm/directus/templates/redis-sentinel.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/directus/templates/redis-replication.yaml b/clusters/cl01tl/helm/directus/templates/redis-replication.yaml index 7fcb79d3b..9549cb2c6 100644 --- a/clusters/cl01tl/helm/directus/templates/redis-replication.yaml +++ b/clusters/cl01tl/helm/directus/templates/redis-replication.yaml @@ -13,7 +13,7 @@ spec: runAsUser: 1000 fsGroup: 1000 kubernetesConfig: - image: quay.io/opstree/redis:v8.2.1 + image: quay.io/opstree/redis:v8.4.0 imagePullPolicy: IfNotPresent redisSecret: name: directus-redis-config @@ -32,4 +32,4 @@ spec: storage: 1Gi redisExporter: enabled: true - image: quay.io/opstree/redis-exporter:v1.76.0 + image: quay.io/opstree/redis-exporter:v1.80.1 diff --git a/clusters/cl01tl/helm/directus/templates/redis-sentinel.yaml b/clusters/cl01tl/helm/directus/templates/redis-sentinel.yaml index b7fdb8a6a..260f5012a 100644 --- a/clusters/cl01tl/helm/directus/templates/redis-sentinel.yaml +++ b/clusters/cl01tl/helm/directus/templates/redis-sentinel.yaml @@ -19,7 +19,7 @@ spec: name: directus-redis-config key: password kubernetesConfig: - image: quay.io/opstree/redis-sentinel:v7.0.15 + image: quay.io/opstree/redis-sentinel:v8.4.0 imagePullPolicy: IfNotPresent redisSecret: name: directus-redis-config