From 8fd87aa0ff0c830d7f90dd16983c13c133afd76b Mon Sep 17 00:00:00 2001 From: Eric Shen Date: Wed, 23 Aug 2023 14:26:41 +0800 Subject: [PATCH] fix: replace the toolset kafka container image (#1090) Signed-off-by: ericsyh (cherry picked from commit 2813387fb0b6f6b1538255d2cf0a615317ae63c1) --- charts/sn-platform/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/sn-platform/values.yaml b/charts/sn-platform/values.yaml index 541210a7..b1dc8e5c 100644 --- a/charts/sn-platform/values.yaml +++ b/charts/sn-platform/values.yaml @@ -186,8 +186,8 @@ images: tag: "2.10.4.7" pullPolicy: IfNotPresent kafka: - repository: confluentinc/cp-kafka - tag: "7.3.1" + repository: bitnami/kafka + tag: "3.5.1" pullPolicy: IfNotPresent busybox: repository: busybox