Skip to content

Commit

Permalink
chore(deps): update helm release opentelemetry-collector to v0.108.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 13bc7dd commit 263fb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/utils/observability.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.96.0');
export const OTLP_COLLECTOR_CHART = helmChart('https://open-telemetry.github.io/opentelemetry-helm-charts', 'opentelemetry-collector', '0.108.1');
// prettier-ignore
export const VECTOR_HELM_CHART = helmChart('https://helm.vector.dev', 'vector', '0.35.0');

Expand Down

0 comments on commit 263fb69

Please sign in to comment.