From b3f0b48e1a1d0b2fff2e12c606f08d9ad607f6d1 Mon Sep 17 00:00:00 2001 From: Abhishek Rao Date: Tue, 5 Nov 2024 13:14:40 -0500 Subject: [PATCH] fix(traces): downgrade otelcol due to breaking changes --- bases/traces/daemonset/kustomization.yaml | 2 +- bases/traces/deployment/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bases/traces/daemonset/kustomization.yaml b/bases/traces/daemonset/kustomization.yaml index 8128834..e8952fa 100644 --- a/bases/traces/daemonset/kustomization.yaml +++ b/bases/traces/daemonset/kustomization.yaml @@ -7,4 +7,4 @@ commonLabels: observeinc.com/component: 'traces' images: - name: otel/opentelemetry-collector-contrib - newTag: '0.112.0' + newTag: '0.109.0' diff --git a/bases/traces/deployment/kustomization.yaml b/bases/traces/deployment/kustomization.yaml index ba8a3d5..549de20 100644 --- a/bases/traces/deployment/kustomization.yaml +++ b/bases/traces/deployment/kustomization.yaml @@ -7,4 +7,4 @@ commonLabels: observeinc.com/component: 'traces' images: - name: otel/opentelemetry-collector-contrib - newTag: '0.112.0' + newTag: '0.109.0'