diff --git a/tests/framework/collector.go b/tests/framework/collector.go index 83b705c6c3..423d6df76e 100644 --- a/tests/framework/collector.go +++ b/tests/framework/collector.go @@ -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.108.0" + collectorChartVersion = "0.110.0" ) // InstallCollector installs the otel-collector.