From 39b89e48d34aeb684cb3a347a6a6777d0432dd13 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Wed, 22 Jul 2026 13:50:01 +0300 Subject: [PATCH] ++ fix superset redis image --- clusters/wb/infrastructure/patches/superset.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clusters/wb/infrastructure/patches/superset.yaml b/clusters/wb/infrastructure/patches/superset.yaml index fa7d01f..07d24dd 100644 --- a/clusters/wb/infrastructure/patches/superset.yaml +++ b/clusters/wb/infrastructure/patches/superset.yaml @@ -54,6 +54,10 @@ spec: enabled: false redis: enabled: true + image: + registry: docker.io + repository: bitnamilegacy/redis + tag: 7.0.10-debian-11-r4 architecture: standalone auth: enabled: false