From bfcb26cec46958b4068e3974f8d42f8dbe9a7fb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:38:50 +0200 Subject: [PATCH] [create-pull-request] automated change (#1748) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ytsarev <518532+ytsarev@users.noreply.github.com> --- chart/k8gb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/k8gb/README.md b/chart/k8gb/README.md index 70e702634e..13aee42c0d 100644 --- a/chart/k8gb/README.md +++ b/chart/k8gb/README.md @@ -144,4 +144,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.109.0"` | | +| tracing.sidecarImage.tag | string | `"0.111.0"` | |