diff --git a/deployment/utils/observability.ts b/deployment/utils/observability.ts index 706042bbce..60cae727d7 100644 --- a/deployment/utils/observability.ts +++ b/deployment/utils/observability.ts @@ -25,7 +25,7 @@ export type ObservabilityConfig = }; // prettier-ignore -export const OTLP_COLLECTOR_CHART = helmChart('https://open-telemetry.github.io/opentelemetry-helm-charts', 'opentelemetry-collector', '0.96.0'); +export const OTLP_COLLECTOR_CHART = helmChart('https://open-telemetry.github.io/opentelemetry-helm-charts', 'opentelemetry-collector', '0.110.6'); // prettier-ignore export const VECTOR_HELM_CHART = helmChart('https://helm.vector.dev', 'vector', '0.35.0');