Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7aeb779

Browse files
renovate[bot]lucacome
authored andcommittedJan 16, 2025
Update Helm release opentelemetry-collector to v0.111.1 (#2982)
| 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>
1 parent 092ea7d commit 7aeb779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎tests/framework/collector.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const (
1212
collectorChartReleaseName = "otel-collector"
1313
//nolint:lll
1414
// renovate: datasource=helm depName=opentelemetry-collector registryUrl=https://open-telemetry.github.io/opentelemetry-helm-charts
15-
collectorChartVersion = "0.111.0"
15+
collectorChartVersion = "0.111.1"
1616
)
1717

1818
// InstallCollector installs the otel-collector.

0 commit comments

Comments
 (0)
Please sign in to comment.