Skip to content

Commit e956214

Browse files
fix(traces): downgrade otelcol due to breaking changes
1 parent f8be05b commit e956214

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bases/traces/daemonset/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ commonLabels:
77
observeinc.com/component: 'traces'
88
images:
99
- name: otel/opentelemetry-collector-contrib
10-
newTag: '0.112.0'
10+
newTag: '0.108.0'

bases/traces/deployment/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ commonLabels:
77
observeinc.com/component: 'traces'
88
images:
99
- name: otel/opentelemetry-collector-contrib
10-
newTag: '0.112.0'
10+
newTag: '0.108.0'

0 commit comments

Comments
 (0)