Skip to content

Commit

Permalink
Update Helm release opentelemetry-collector to v0.111.1 (#2982)
Browse files Browse the repository at this point in the history
| datasource | package                 | from    | to      |
| ---------- | ----------------------- | ------- | ------- |
| helm       | opentelemetry-collector | 0.111.0 | 0.111.1 |

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 Jan 7, 2025
1 parent 819b866 commit dd59e6e
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.111.0"
collectorChartVersion = "0.111.1"
)

// InstallCollector installs the otel-collector.
Expand Down

0 comments on commit dd59e6e

Please sign in to comment.