Skip to content

Commit

Permalink
Update bitnami/kafka Docker tag to v3
Browse files Browse the repository at this point in the history
| datasource | package       | from  | to    |
| ---------- | ------------- | ----- | ----- |
| docker     | bitnami/kafka | 2.8.1 | 3.7.1 |
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent c7b8359 commit 4c6af67
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 28 deletions.
57 changes: 31 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
- ALLOW_ANONYMOUS_LOGIN=yes

kafka1:
image: bitnami/kafka:2.8.1
image: bitnami/kafka:3.7.1
ports:
- "9093:9093"
environment:
Expand All @@ -17,7 +17,7 @@ services:
- KAFKA_INTER_BROKER_LISTENER_NAME=CLIENT

kafka2:
image: bitnami/kafka:2.8.1
image: bitnami/kafka:3.7.1
profiles:
- clustered
ports:
Expand Down

0 comments on commit 4c6af67

Please sign in to comment.