We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d79b2 commit eec6c9cCopy full SHA for eec6c9c
deployment/utils/observability.ts
@@ -23,7 +23,7 @@ export type ObservabilityConfig = {
23
};
24
25
// prettier-ignore
26
-export const OTLP_COLLECTOR_CHART = helmChart('https://open-telemetry.github.io/opentelemetry-helm-charts', 'opentelemetry-collector', '0.97.1');
+export const OTLP_COLLECTOR_CHART = helmChart('https://open-telemetry.github.io/opentelemetry-helm-charts', 'opentelemetry-collector', '0.96.0');
27
28
export const VECTOR_HELM_CHART = helmChart('https://helm.vector.dev', 'vector', '0.34.0');
29
0 commit comments