This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
commit 7b7ccf4b1863399ef431683145eaa82e85466369 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Jan 8 08:52:21 2023 +0100 Upgrade to newer kafka version --- jbang/kafka-health/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jbang/kafka-health/docker-compose.yml b/jbang/kafka-health/docker-compose.yml index ed882bf..e38291b 100644 --- a/jbang/kafka-health/docker-compose.yml +++ b/jbang/kafka-health/docker-compose.yml @@ -2,14 +2,14 @@ version: '3' services: zookeeper: - image: confluentinc/cp-zookeeper:7.0.1 + image: confluentinc/cp-zookeeper:7.0.7 container_name: zookeeper environment: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 broker: - image: confluentinc/cp-kafka:7.0.1 + image: confluentinc/cp-kafka:7.0.7 container_name: broker ports: # To learn about configuring Kafka for access across networks see