From eb84cc7ea2054e63cadc872ab1e0da0a6978a410 Mon Sep 17 00:00:00 2001 From: obs-gh-colinhutchinson Date: Sun, 24 Nov 2024 00:28:21 +0000 Subject: [PATCH] fix(deps): Update dependencies --- bases/logs/m/kustomization.yaml | 2 +- bases/traces/daemonset/kustomization.yaml | 2 +- bases/traces/deployment/kustomization.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bases/logs/m/kustomization.yaml b/bases/logs/m/kustomization.yaml index fa3df1d..a9ebe41 100644 --- a/bases/logs/m/kustomization.yaml +++ b/bases/logs/m/kustomization.yaml @@ -43,4 +43,4 @@ configMapGenerator: - OBSERVE_COLLECTOR_TLS=on images: - name: fluent/fluent-bit - newTag: '3.1.9' + newTag: '3.2.1' diff --git a/bases/traces/daemonset/kustomization.yaml b/bases/traces/daemonset/kustomization.yaml index 23823c0..ce599a8 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.101.0' + newTag: '0.114.0' diff --git a/bases/traces/deployment/kustomization.yaml b/bases/traces/deployment/kustomization.yaml index 321aad5..c8001fe 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.101.0' + newTag: '0.114.0'