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