Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.139.0
resources:
limits:
cpu: 200m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.139.0
volumeMounts:
- name: certs
mountPath: /var/lib/step
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: syslog
spec:
mode: deployment
image: otel/opentelemetry-collector-contrib:0.134.1
image: otel/opentelemetry-collector-contrib:0.139.0
volumeMounts:
- name: scratchdir
mountPath: /var/lib/otelcol
Expand Down