From 54690677d57e70ca8cb5de8c56e198cb90c8617d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 07:06:07 +0000 Subject: [PATCH] Update confluentinc/confluent-local Docker tag to v7.7.2 --- docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 0ac1d8e..fc80b22 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -339,7 +339,7 @@ services: entrypoint: [/bin/sh, -c, /tmp/scripts/init.sh] environment: - "KAFKA_TOPICS=${KAFKA_TOPICS:-MetadataAuditEvent_v4,MetadataChangeEvent_v4,FailedMetadataChangeEvent_v4,MetadataChangeLog_Versioned_v1,MetadataChangeLog_Timeseries_v1,MetadataChangeProposal_v1,FailedMetadataChangeProposal_v1,PlatformEvent_v1,DataHubUpgradeHistory_v1}" - image: "confluentinc/confluent-local:${KAFKA_VERSION:-7.7.1}" + image: "confluentinc/confluent-local:${KAFKA_VERSION:-7.7.2}" volumes: - "./data/kafka/init.sh:/tmp/scripts/init.sh" datahub-upgrade: @@ -667,7 +667,7 @@ services: entrypoint: [/bin/sh, -c, /tmp/scripts/init.sh] environment: - "KAFKA_TOPICS=${KAFKA_TOPICS:-accounts,transactions}" - image: "confluentinc/confluent-local:${KAFKA_VERSION:-7.7.1}" + image: "confluentinc/confluent-local:${KAFKA_VERSION:-7.7.2}" volumes: - "./data/kafka/init.sh:/tmp/scripts/init.sh" kafka-server: @@ -684,7 +684,7 @@ services: retries: 5 test: [CMD-SHELL, /bin/sh, -c, kafka-topics, --bootstrap-server, "kafka:29092", --list] timeout: 5s - image: "confluentinc/confluent-local:${KAFKA_VERSION:-7.7.1}" + image: "confluentinc/confluent-local:${KAFKA_VERSION:-7.7.2}" ports: - "9092:9092" keycloak: