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

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

commit 1336de1cbce79354215d1bfc1475a06b12e06a67
Author: Peter Palaga <[email protected]>
AuthorDate: Fri Sep 26 08:09:55 2025 +0200

    Use mirror.gcr.io for testing OpenTelemetry
---
 .../opentelemetry/src/main/resources/application.properties            | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/integration-tests/opentelemetry/src/main/resources/application.properties 
b/integration-tests/opentelemetry/src/main/resources/application.properties
index e9e91adead..09910e0ead 100644
--- a/integration-tests/opentelemetry/src/main/resources/application.properties
+++ b/integration-tests/opentelemetry/src/main/resources/application.properties
@@ -22,4 +22,5 @@
 quarkus.camel.opentelemetry.exclude-patterns = timer:filtered*
 quarkus.otel.bsp.schedule.delay=1
 quarkus.otel.bsp.export.timeout=5s
-quarkus.datasource.jdbc.telemetry=true
\ No newline at end of file
+quarkus.datasource.jdbc.telemetry=true
+quarkus.datasource.devservices.image-name=${postgres.container.image}

Reply via email to