diff --git a/tests/framework/collector.go b/tests/framework/collector.go index 6bd39770b2..f99896db94 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.130.1" + collectorChartVersion = "0.130.2" ) // InstallCollector installs the otel-collector.