Revert "chore(deps): update helm release opentelemetry-collector to v0.97.1" (#5185)

This commit is contained in:
Kamil Kisiela 2024-07-09 16:20:29 +02:00 committed by GitHub
parent 70d79b20c2
commit eec6c9c15d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ export type ObservabilityConfig = {
};
// prettier-ignore
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');
// prettier-ignore
export const VECTOR_HELM_CHART = helmChart('https://helm.vector.dev', 'vector', '0.34.0');