Skip to content

Commit

Permalink
Fix trace pipeline warning during install (#366)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Gera <[email protected]>
  • Loading branch information
matej-g authored Feb 8, 2024
1 parent 3fa3e49 commit 8aef60c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## OpenTelemtry-Integration

### v0.0.53 / 2024-02-07

- [FIX] Fix warning about overwrite in traces pipeline in cluster collector sub-chart.

### v0.0.52 / 2024-02-05

- [FEAT] Optionally allow users to use tail sampling for traces.
Expand Down
2 changes: 1 addition & 1 deletion otel-integration/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: otel-integration
description: OpenTelemetry Integration
version: 0.0.52
version: 0.0.53
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand Down
1 change: 0 additions & 1 deletion otel-integration/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ opentelemetry-cluster-collector:
- otlp
- prometheus
- k8s_cluster
traces: null
tolerations:
- operator: Exists

Expand Down

0 comments on commit 8aef60c

Please sign in to comment.