This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 27f44c7c79409005a748c58684c22390c1e2c762 Author: James Netherton <[email protected]> AuthorDate: Wed Jan 28 11:06:09 2026 +0000 Pin kafka test container to 0.114.0-kafka-4.1.0 --- kafka/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/kafka/src/main/resources/application.properties b/kafka/src/main/resources/application.properties index 1eee17ea..c092638d 100644 --- a/kafka/src/main/resources/application.properties +++ b/kafka/src/main/resources/application.properties @@ -20,6 +20,7 @@ quarkus.kubernetes-client.devservices.enabled = false # Use Strimzi as it's power architecture compatible quarkus.kafka.devservices.provider = strimzi +quarkus.kafka.devservices.image-name = quay.io/strimzi-test-container/test-container:0.114.0-kafka-4.1.0 # Kafka topic Name kafka.topic.name=test
