Skip to content

Commit

Permalink
Merge pull request #89 from data-catering/renovate/confluentinc-confl…
Browse files Browse the repository at this point in the history
…uent-local-7.x

Update confluentinc/confluent-local Docker tag to v7.7.1
  • Loading branch information
pflooky authored Sep 27, 2024
2 parents a45804a + e4c41aa commit 6e3ebb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,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.6.1}"
image: "confluentinc/confluent-local:${KAFKA_VERSION:-7.7.1}"
volumes:
- "./data/kafka/init.sh:/tmp/scripts/init.sh"
datahub-upgrade:
Expand Down Expand Up @@ -645,7 +645,7 @@ services:
entrypoint: [/bin/sh, -c, /tmp/scripts/init.sh]
environment:
- "KAFKA_TOPICS=${KAFKA_TOPICS:-accounts,transactions}"
image: "confluentinc/confluent-local:${KAFKA_VERSION:-7.6.1}"
image: "confluentinc/confluent-local:${KAFKA_VERSION:-7.7.1}"
volumes:
- "./data/kafka/init.sh:/tmp/scripts/init.sh"
kafka-server:
Expand Down

0 comments on commit 6e3ebb0

Please sign in to comment.