You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/08/10 10:29:15 UTC

[camel-k] 01/03: chore(ci): Upgrade telemetry otlp collector version

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

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

commit 2bc259828ba68012e859aa7417275185cb7e039c
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Wed Aug 9 15:53:32 2023 +0200

    chore(ci): Upgrade telemetry otlp collector version
---
 .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 b7af6187b..c5909ef0d 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.75.0
+      otlp-collector-image-version: 0.82.0
 
   - id: report-problematic
     name: List Tests Marked As Problematic