From cf9e52200e04bbd0e25a42827147cc53ea94e507 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 16:14:56 +0000 Subject: [PATCH] Update confluentinc/cp-kafka Docker tag to v8 --- components/cluster/kafka/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/cluster/kafka/docker-compose.yml b/components/cluster/kafka/docker-compose.yml index d898b07..30535c6 100644 --- a/components/cluster/kafka/docker-compose.yml +++ b/components/cluster/kafka/docker-compose.yml @@ -42,7 +42,7 @@ services: kafka1: - image: confluentinc/cp-kafka:7.8.1 + image: confluentinc/cp-kafka:8.3.0 hostname: kafka1 ports: - "9092:9092" @@ -61,7 +61,7 @@ services: - zoo3 kafka2: - image: confluentinc/cp-kafka:7.8.1 + image: confluentinc/cp-kafka:8.3.0 hostname: kafka2 ports: - "9093:9093" @@ -80,7 +80,7 @@ services: - zoo3 kafka3: - image: confluentinc/cp-kafka:7.8.1 + image: confluentinc/cp-kafka:8.3.0 hostname: kafka3 ports: - "9094:9094"