This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git

commit a16814cd7db4fe96a8a5cb77e612f62565f33fb1
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

Reply via email to