diff --git a/bases/logs/m/kustomization.yaml b/bases/logs/m/kustomization.yaml index fa3df1d..beccfda 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.0' diff --git a/bases/traces/daemonset/kustomization.yaml b/bases/traces/daemonset/kustomization.yaml index 23823c0..1e493d3 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.113.0' diff --git a/bases/traces/deployment/kustomization.yaml b/bases/traces/deployment/kustomization.yaml index 321aad5..e72e340 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.113.0'