Skip to content

Commit

Permalink
Update Helm release opentelemetry-collector to v0.106.0 (#2583)
Browse files Browse the repository at this point in the history
| datasource | package                 | from    | to      |
| ---------- | ----------------------- | ------- | ------- |
| helm       | opentelemetry-collector | 0.105.1 | 0.106.0 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 059c58f commit 11f7fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/framework/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
collectorChartReleaseName = "otel-collector"
//nolint:lll
// renovate: datasource=helm depName=opentelemetry-collector registryUrl=https://open-telemetry.github.io/opentelemetry-helm-charts
collectorChartVersion = "0.105.1"
collectorChartVersion = "0.106.0"
)

// InstallCollector installs the otel-collector.
Expand Down

0 comments on commit 11f7fcb

Please sign in to comment.