Skip to content

Commit

Permalink
Update confluentinc/confluent-local Docker tag to v7.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent a3d2ac0 commit 5469067
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 5469067

Please sign in to comment.