Skip to content

Commit

Permalink
chore(deps): update confluentinc/cp-kafka docker tag to v7.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 9, 2023
1 parent b37ce2c commit 3ff281c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docker-compose-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '3.9'

services:
kafka1:
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
container_name: kafka1
hostname: kafka1
ports:
Expand All @@ -34,7 +34,7 @@ services:
KAFKA_LOG_DIRS: '/tmp/kraft-combined-logs'

kafka2:
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
container_name: kafka2
hostname: kafka2
ports:
Expand All @@ -61,7 +61,7 @@ services:
KAFKA_LOG_DIRS: '/tmp/kraft-combined-logs'

kafka3:
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
container_name: kafka3
hostname: kafka3
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
broker:
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
hostname: broker
ports:
- "9092:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
kafka:
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
hostname: broker
container_name: broker
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
kafka:
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
hostname: broker
container_name: broker
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
broker:
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
hostname: broker
ports:
- "9092:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
broker:
image: confluentinc/cp-kafka:7.5.1
image: confluentinc/cp-kafka:7.5.2
hostname: broker
ports:
- "9092:9092"
Expand Down

0 comments on commit 3ff281c

Please sign in to comment.