Skip to content

Commit eec6c9c

Browse files
authored
Revert "chore(deps): update helm release opentelemetry-collector to v0.97.1" (#5185)
1 parent 70d79b2 commit eec6c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/utils/observability.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export type ObservabilityConfig = {
2323
};
2424

2525
// prettier-ignore
26-
export const OTLP_COLLECTOR_CHART = helmChart('https://open-telemetry.github.io/opentelemetry-helm-charts', 'opentelemetry-collector', '0.97.1');
26+
export const OTLP_COLLECTOR_CHART = helmChart('https://open-telemetry.github.io/opentelemetry-helm-charts', 'opentelemetry-collector', '0.96.0');
2727
// prettier-ignore
2828
export const VECTOR_HELM_CHART = helmChart('https://helm.vector.dev', 'vector', '0.34.0');
2929

0 commit comments

Comments
 (0)