diff --git a/clusters/apps/env/production/observability/otel/daemonset/otel.yaml b/clusters/apps/env/production/observability/otel/daemonset/otel.yaml index b8354dbf8..4f63c7cf2 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.158.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..ce2aaaa53 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.158.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..6d526f707 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.158.0 volumeMounts: - name: scratchdir mountPath: /var/lib/otelcol