diff --git a/tests/framework/collector.go b/tests/framework/collector.go index 481af45909..e333c443b5 100644 --- a/tests/framework/collector.go +++ b/tests/framework/collector.go @@ -13,7 +13,7 @@ const ( collectorChartReleaseName = "otel-collector" //nolint:lll // renovate: datasource=helm depName=opentelemetry-collector registryUrl=https://open-telemetry.github.io/opentelemetry-helm-charts - collectorChartVersion = "0.136.1" + collectorChartVersion = "0.137.0" ) // InstallCollector installs the otel-collector.