Skip to content

Commit

Permalink
chore(deps): update helm release opentelemetry-collector to v0.106.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent a1f6a44 commit 900028d
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.106.0');
// prettier-ignore
export const VECTOR_HELM_CHART = helmChart('https://helm.vector.dev', 'vector', '0.35.0');

Expand Down

0 comments on commit 900028d

Please sign in to comment.