From cb74737f23c8622a100eaa67a03afc6ca6f1ac35 Mon Sep 17 00:00:00 2001 From: Gaelle Fournier Date: Tue, 4 Jun 2024 17:43:35 +0200 Subject: [PATCH] chore(ci): Upgrade opentelemetry-collector to last v0.x --- .github/actions/e2e-telemetry/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e-telemetry/action.yml b/.github/actions/e2e-telemetry/action.yml index c5909ef0dc..14f2f1bcb7 100644 --- a/.github/actions/e2e-telemetry/action.yml +++ b/.github/actions/e2e-telemetry/action.yml @@ -103,7 +103,7 @@ runs: uses: ./.github/actions/kamel-install-otlp-collector with: otlp-collector-image-name: otel/opentelemetry-collector - otlp-collector-image-version: 0.82.0 + otlp-collector-image-version: 0.102.0 - id: report-problematic name: List Tests Marked As Problematic