From 2f3cb00504222b593646ef062b05a080ce5d327f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 08:59:16 +0200 Subject: [PATCH] [create-pull-request] automated change (#1720) 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 e00c0fca7f..61b2a1ba31 100644 --- a/chart/k8gb/README.md +++ b/chart/k8gb/README.md @@ -137,7 +137,7 @@ For Kubernetes `< 1.19` use this chart and k8gb in version `0.8.8` or lower. | tracing.endpoint | string | `"localhost:4318"` | `host:port` where the spans from the applications (traces) should be sent, sets the `OTEL_EXPORTER_OTLP_ENDPOINT` env var This is not the final destination where all the traces are going. Otel collector has its configuration in the associated configmap (`tracing.otelConfig`). | | tracing.jaegerImage.pullPolicy | string | `"Always"` | | | tracing.jaegerImage.repository | string | `"jaegertracing/all-in-one"` | if `tracing.deployJaeger==true` this image will be used in the deployment for Jaeger | -| tracing.jaegerImage.tag | string | `"1.59.0"` | | +| tracing.jaegerImage.tag | string | `"1.60.0"` | | | tracing.otelConfig | string | `nil` | configuration for OTEL collector, this will be represented as configmap called `agent-config` | | 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"` | |