chore: update versions

This commit is contained in:
Sun-ZhenXing
2026-06-12 15:02:32 +08:00
parent b7d3248b37
commit a742b5555b
20 changed files with 66 additions and 29 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Kafka version (Confluent Platform version)
KAFKA_VERSION=7.8.0
KAFKA_VERSION=8.2.0
# Timezone
TZ=UTC
+2 -2
View File
@@ -10,7 +10,7 @@ services:
# Zookeeper for Kafka coordination
zookeeper:
<<: *defaults
image: ${GLOBAL_REGISTRY:-}confluentinc/cp-zookeeper:${KAFKA_VERSION:-7.8.0}
image: ${GLOBAL_REGISTRY:-}confluentinc/cp-zookeeper:${KAFKA_VERSION:-8.2.0}
ports:
- '${ZOOKEEPER_CLIENT_PORT_OVERRIDE:-2181}:2181'
volumes:
@@ -43,7 +43,7 @@ services:
# Kafka broker
kafka:
<<: *defaults
image: ${GLOBAL_REGISTRY:-}confluentinc/cp-kafka:${KAFKA_VERSION:-7.8.0}
image: ${GLOBAL_REGISTRY:-}confluentinc/cp-kafka:${KAFKA_VERSION:-8.2.0}
depends_on:
zookeeper:
condition: service_healthy