From 18b728c95e7ca2bc3493c857e159bfe2b6c58afa Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 27 May 2026 13:17:26 +0000 Subject: [PATCH] fix: redis-stack image tag 7.4.0-v8 (7.4.2-v16 not found) --- apps/base/customer1/trading-platform/redis-cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/customer1/trading-platform/redis-cluster.yaml b/apps/base/customer1/trading-platform/redis-cluster.yaml index 5c21ac6..4154192 100644 --- a/apps/base/customer1/trading-platform/redis-cluster.yaml +++ b/apps/base/customer1/trading-platform/redis-cluster.yaml @@ -79,7 +79,7 @@ spec: fsGroup: 999 containers: - name: redis - image: redis/redis-stack:7.4.2-v16 + image: redis/redis-stack:7.4.0-v8 ports: - containerPort: 6379 name: redis