diff --git a/chart/k8gb/README.md b/chart/k8gb/README.md index 61b2a1ba31..be9a716f62 100644 --- a/chart/k8gb/README.md +++ b/chart/k8gb/README.md @@ -142,4 +142,4 @@ For Kubernetes `< 1.19` use this chart and k8gb in version `0.8.8` or lower. | tracing.samplingRatio | string | `nil` | float representing the ratio of how often the span should be kept/dropped (env var `TRACING_SAMPLING_RATIO`) if not specified, the AlwaysSample will be used which is the same as 1.0. `0.1` would mean that 10% of samples will be kept | | tracing.sidecarImage.pullPolicy | string | `"Always"` | | | tracing.sidecarImage.repository | string | `"otel/opentelemetry-collector"` | OpenTelemetry collector into which the k8gb operator sends the spans. It can be further configured to send its data to somewhere else using exporters (Jaeger for instance) | -| tracing.sidecarImage.tag | string | `"0.106.1"` | | +| tracing.sidecarImage.tag | string | `"0.109.0"` | |