From 1eb5df3d75e4fdc896af3f74dfed9e029d415391 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:32:17 +0000 Subject: [PATCH] chore(deps): update otel/opentelemetry-collector-contrib docker tag to 0.103.0 Signed-off-by: Curtis John --- .../production/observability/otel/collector/pod-logging.yaml | 2 +- .../env/production/observability/otel/collector/syslogger.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/apps/env/production/observability/otel/collector/pod-logging.yaml b/clusters/apps/env/production/observability/otel/collector/pod-logging.yaml index 83005e56b..1073944c3 100644 --- a/clusters/apps/env/production/observability/otel/collector/pod-logging.yaml +++ b/clusters/apps/env/production/observability/otel/collector/pod-logging.yaml @@ -5,7 +5,7 @@ metadata: name: pod-logging spec: mode: daemonset - image: otel/opentelemetry-collector-contrib:0.96.0 + image: otel/opentelemetry-collector-contrib:0.103.0 volumeMounts: - name: hostvarlog mountPath: /host/var/log diff --git a/clusters/apps/env/production/observability/otel/collector/syslogger.yaml b/clusters/apps/env/production/observability/otel/collector/syslogger.yaml index 03147d5a1..1ada93021 100644 --- a/clusters/apps/env/production/observability/otel/collector/syslogger.yaml +++ b/clusters/apps/env/production/observability/otel/collector/syslogger.yaml @@ -5,7 +5,7 @@ metadata: name: syslog spec: mode: deployment - image: otel/opentelemetry-collector-contrib:0.96.0 + image: otel/opentelemetry-collector-contrib:0.103.0 volumeMounts: - name: scratchdir mountPath: /var/lib/otelcol