We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7663078 commit e815abfCopy full SHA for e815abf
src/development/debezium/compose.yaml
@@ -16,7 +16,7 @@ services:
16
# timeout: 10s
17
# retries: 3
18
# start_period: 20s
19
- image: quay.io/debezium/connect:3.5
+ image: quay.io/debezium/connect:3.6
20
volumes:
21
- debezium-kafka-configuration:/kafka/config
22
- debezium-kafka-data:/kafka/data
src/development/redpanda/compose.yaml
@@ -18,7 +18,7 @@ services:
# start_period: 10s
- image: redpandadata/redpanda:v26.1.2
+ image: redpandadata/redpanda:v26.1.3
23
- redpanda-data:/var/lib/redpanda/data
24
redpanda-console:
0 commit comments