From d8a5ae9a8a28b8333b53f7846ea7f25aef044160 Mon Sep 17 00:00:00 2001 From: "chaplain-grimaldus[bot]" <167642948+chaplain-grimaldus[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 23:43:09 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20otel/opente?= =?UTF-8?q?lemetry-collector-contrib=20(=200.134.1=20=E2=86=92=200.160.0?= =?UTF-8?q?=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/env/production/observability/otel/daemonset/otel.yaml | 2 +- .../apps/env/production/observability/otel/scraper/otel.yaml | 2 +- .../apps/env/production/observability/otel/syslogger/otel.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/apps/env/production/observability/otel/daemonset/otel.yaml b/clusters/apps/env/production/observability/otel/daemonset/otel.yaml index b8354dbf8..68de853f4 100644 --- a/clusters/apps/env/production/observability/otel/daemonset/otel.yaml +++ b/clusters/apps/env/production/observability/otel/daemonset/otel.yaml @@ -5,7 +5,7 @@ metadata: name: pod-logging spec: mode: daemonset - image: otel/opentelemetry-collector-contrib:0.134.1 + image: otel/opentelemetry-collector-contrib:0.160.0 resources: limits: cpu: 500m diff --git a/clusters/apps/env/production/observability/otel/scraper/otel.yaml b/clusters/apps/env/production/observability/otel/scraper/otel.yaml index 97e9c48e6..9f3d57697 100644 --- a/clusters/apps/env/production/observability/otel/scraper/otel.yaml +++ b/clusters/apps/env/production/observability/otel/scraper/otel.yaml @@ -5,7 +5,7 @@ metadata: name: otel-scraper spec: mode: deployment - image: otel/opentelemetry-collector-contrib:0.134.1 + image: otel/opentelemetry-collector-contrib:0.160.0 volumeMounts: - name: certs mountPath: /var/lib/step diff --git a/clusters/apps/env/production/observability/otel/syslogger/otel.yaml b/clusters/apps/env/production/observability/otel/syslogger/otel.yaml index 0fd21d121..bbc7047d8 100644 --- a/clusters/apps/env/production/observability/otel/syslogger/otel.yaml +++ b/clusters/apps/env/production/observability/otel/syslogger/otel.yaml @@ -5,7 +5,7 @@ metadata: name: syslog spec: mode: deployment - image: otel/opentelemetry-collector-contrib:0.134.1 + image: otel/opentelemetry-collector-contrib:0.160.0 volumeMounts: - name: scratchdir mountPath: /var/lib/otelcol