From 845f0d0737a9077db874820f5c59f33375524666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Sat, 16 Nov 2024 00:11:12 +0100 Subject: [PATCH 01/14] [grafana] Expose basicAuth property for ServiceMonitor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke --- charts/grafana/Chart.yaml | 2 +- charts/grafana/templates/servicemonitor.yaml | 4 ++++ charts/grafana/values.yaml | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/charts/grafana/Chart.yaml b/charts/grafana/Chart.yaml index 2e3260979a..1acd70e631 100644 --- a/charts/grafana/Chart.yaml +++ b/charts/grafana/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: grafana -version: 8.6.0 +version: 8.6.1 appVersion: 11.3.0 kubeVersion: "^1.8.0-0" description: The leading tool for querying and visualizing time series and metrics. diff --git a/charts/grafana/templates/servicemonitor.yaml b/charts/grafana/templates/servicemonitor.yaml index 0359013520..e3d1520be9 100644 --- a/charts/grafana/templates/servicemonitor.yaml +++ b/charts/grafana/templates/servicemonitor.yaml @@ -38,6 +38,10 @@ spec: metricRelabelings: {{- toYaml . | nindent 6 }} {{- end }} + {{- with .Values.serviceMonitor.basicAuth }} + basicAuth: + {{- toYaml . | nindent 6 }} + {{- end }} jobLabel: "{{ .Release.Name }}" selector: matchLabels: diff --git a/charts/grafana/values.yaml b/charts/grafana/values.yaml index 6467c4cc61..f668bb3829 100644 --- a/charts/grafana/values.yaml +++ b/charts/grafana/values.yaml @@ -260,6 +260,7 @@ serviceMonitor: scrapeTimeout: 30s relabelings: [] metricRelabelings: [] + basicAuth: {} targetLabels: [] extraExposePorts: [] From 4891180c6de5e78508874bb31ae89b3ef9bde5ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Fri, 29 Nov 2024 16:25:08 +0100 Subject: [PATCH 02/14] Update charts/grafana/Chart.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke --- charts/grafana/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/grafana/Chart.yaml b/charts/grafana/Chart.yaml index f8ff539e08..c8e6e9d123 100644 --- a/charts/grafana/Chart.yaml +++ b/charts/grafana/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: grafana -version: 8.6.4 +version: 8.6.5 appVersion: 11.3.1 kubeVersion: "^1.8.0-0" description: The leading tool for querying and visualizing time series and metrics. From 4f440c998f4e34ad004505e22bdded4115abde6d Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Mon, 2 Dec 2024 17:36:49 +0330 Subject: [PATCH 03/14] ommited trace log level Signed-off-by: xogoodnow --- charts/tempo-distributed/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo-distributed/values.yaml b/charts/tempo-distributed/values.yaml index 1ce5324bea..814c6f49fb 100755 --- a/charts/tempo-distributed/values.yaml +++ b/charts/tempo-distributed/values.yaml @@ -1466,7 +1466,7 @@ config: | server: # -- HTTP server listen host httpListenPort: 3100 - # -- Log level. Can be set to trace, debug, info (default), warn, error, fatal, panic + # -- Log level. Can be set to debug, info (default), warn, error, fatal, panic logLevel: info # -- Log format. Can be set to logfmt (default) or json. logFormat: logfmt From 6333499387f5e2f4c3cd2a7ad82070bbe32c62d0 Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Mon, 2 Dec 2024 17:40:20 +0330 Subject: [PATCH 04/14] Omitted unsupported log levels Signed-off-by: xogoodnow --- charts/tempo-distributed/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo-distributed/values.yaml b/charts/tempo-distributed/values.yaml index 814c6f49fb..125860418a 100755 --- a/charts/tempo-distributed/values.yaml +++ b/charts/tempo-distributed/values.yaml @@ -1466,7 +1466,7 @@ config: | server: # -- HTTP server listen host httpListenPort: 3100 - # -- Log level. Can be set to debug, info (default), warn, error, fatal, panic + # -- Log level. Can be set to debug, info (default), warn, error logLevel: info # -- Log format. Can be set to logfmt (default) or json. logFormat: logfmt From 64f0a50a8eed25c1ae5a845054e9404ac8e0bd1c Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Wed, 11 Dec 2024 15:05:51 +0330 Subject: [PATCH 05/14] bumped chart anc ran helm-docs Signed-off-by: xogoodnow --- charts/tempo-distributed/Chart.yaml | 2 +- charts/tempo-distributed/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index 8f3d845214..8d621925bb 100644 --- a/charts/tempo-distributed/Chart.yaml +++ b/charts/tempo-distributed/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tempo-distributed description: Grafana Tempo in MicroService mode type: application -version: 1.25.1 +version: 1.25.2 appVersion: 2.6.0 engine: gotpl home: https://grafana.com/docs/tempo/latest/ diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index d79d8b4f6d..f9fb08af19 100755 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.25.1](https://img.shields.io/badge/Version-1.25.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) +![Version: 1.25.2](https://img.shields.io/badge/Version-1.25.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) Grafana Tempo in MicroService mode @@ -830,7 +830,7 @@ The memcached default args are removed and should be provided manually. The sett | server.http_server_read_timeout | string | `"30s"` | Read timeout for HTTP server | | server.http_server_write_timeout | string | `"30s"` | Write timeout for HTTP server | | server.logFormat | string | `"logfmt"` | Log format. Can be set to logfmt (default) or json. | -| server.logLevel | string | `"info"` | Log level. Can be set to trace, debug, info (default), warn, error, fatal, panic | +| server.logLevel | string | `"info"` | Log level. Can be set to debug, info (default), warn, error | | serviceAccount.annotations | object | `{}` | Annotations for the service account | | serviceAccount.automountServiceAccountToken | bool | `false` | | | serviceAccount.create | bool | `true` | Specifies whether a ServiceAccount should be created | From f09724c5233596504a1e2836798d29db9b577922 Mon Sep 17 00:00:00 2001 From: Robbie Lankford Date: Wed, 11 Dec 2024 18:14:26 -0800 Subject: [PATCH 06/14] [grafana-sampling] add max message receive size config param for otlp receivers Signed-off-by: Robbie Lankford --- charts/grafana-sampling/Chart.yaml | 2 +- charts/grafana-sampling/README.md | 6 +++++- .../templates/_otelcol_receiver_otlp.alloy.txt | 9 +++++++-- charts/grafana-sampling/values.yaml | 17 +++++++++++++++++ 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/charts/grafana-sampling/Chart.yaml b/charts/grafana-sampling/Chart.yaml index 3b2c88ca6b..692b0a0fe7 100644 --- a/charts/grafana-sampling/Chart.yaml +++ b/charts/grafana-sampling/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: grafana-sampling description: A Helm chart for a layered OTLP tail sampling and metrics generation pipeline. type: application -version: 1.1.1 +version: 1.1.2 appVersion: "v1.5.1" sources: - https://github.com/grafana/alloy diff --git a/charts/grafana-sampling/README.md b/charts/grafana-sampling/README.md index fede95c43a..35cb945785 100644 --- a/charts/grafana-sampling/README.md +++ b/charts/grafana-sampling/README.md @@ -1,6 +1,6 @@ # grafana-sampling -![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.5.1](https://img.shields.io/badge/AppVersion-v1.5.1-informational?style=flat-square) +![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.5.1](https://img.shields.io/badge/AppVersion-v1.5.1-informational?style=flat-square) A Helm chart for a layered OTLP tail sampling and metrics generation pipeline. @@ -143,6 +143,8 @@ A major chart version change indicates that there is an incompatible breaking ch | batch.statefulset.send_batch_max_size | int | `0` | | | batch.statefulset.send_batch_size | int | `8192` | | | batch.statefulset.timeout | string | `"200ms"` | | +| deployment.otlp.receiver | object | `{"grpc":{"max_recv_msg_size":"4MB"}}` | otlp receiver settings for deployment (loadbalancer) | +| deployment.otlp.receiver.grpc.max_recv_msg_size | string | `"4MB"` | gRPC max message receive size. Default to 4MB | | metricsGeneration.dimensions | list | `["service.namespace","service.version","deployment.environment","k8s.cluster.name","k8s.pod.name"]` | Additional dimensions to add to generated metrics. | | metricsGeneration.enabled | bool | `true` | Toggle generation of spanmetrics and servicegraph metrics. | | metricsGeneration.legacy | bool | `true` | Use legacy metric names that match those used by the Tempo metrics generator. | @@ -153,4 +155,6 @@ A major chart version change indicates that there is an incompatible breaking ch | sampling.failedRequests.sample | bool | `false` | Toggle sampling failed requests. | | sampling.successfulRequests.percentage | int | `10` | Percentage of successful requests to sample. | | sampling.successfulRequests.sample | bool | `true` | Toggle sampling successful requests. | +| statefulset.otlp.receiver | object | `{"grpc":{"max_recv_msg_size":"4MB"}}` | otlp receiver settings for statefulset (sampler) | +| statefulset.otlp.receiver.grpc.max_recv_msg_size | string | `"4MB"` | gRPC max message receive size. Default to 4MB | diff --git a/charts/grafana-sampling/templates/_otelcol_receiver_otlp.alloy.txt b/charts/grafana-sampling/templates/_otelcol_receiver_otlp.alloy.txt index 34c9428a21..b2ac0b962c 100644 --- a/charts/grafana-sampling/templates/_otelcol_receiver_otlp.alloy.txt +++ b/charts/grafana-sampling/templates/_otelcol_receiver_otlp.alloy.txt @@ -3,7 +3,10 @@ otelcol.receiver.otlp "default" { // https://grafana.com/docs/alloy/latest/reference/components/otelcol.receiver.otlp/ // configures the default grpc endpoint "0.0.0.0:4317" - grpc { } + grpc { + max_recv_msg_size = {{ .Values.deployment.otlp.receiver.grpc.max_recv_msg_size | quote }} + } + // configures the default http/protobuf endpoint "0.0.0.0:4318" http { } @@ -19,7 +22,9 @@ otelcol.receiver.otlp "default" { // https://grafana.com/docs/alloy/latest/reference/components/otelcol.receiver.otlp/ // configures the default grpc endpoint "0.0.0.0:4317" - grpc { } + grpc { + max_recv_msg_size = {{ .Values.statefulset.otlp.receiver.grpc.max_recv_msg_size | quote }} + } output { traces = [ diff --git a/charts/grafana-sampling/values.yaml b/charts/grafana-sampling/values.yaml index 23b0d0cac4..f5d6e07ba8 100644 --- a/charts/grafana-sampling/values.yaml +++ b/charts/grafana-sampling/values.yaml @@ -61,6 +61,23 @@ batch: send_batch_size: 8192 send_batch_max_size: 0 + +deployment: + otlp: + # -- otlp receiver settings for deployment (loadbalancer) + receiver: + grpc: + # -- gRPC max message receive size. Default to 4MB + max_recv_msg_size: 4MB + +statefulset: + otlp: + # -- otlp receiver settings for statefulset (sampler) + receiver: + grpc: + # -- gRPC max message receive size. Default to 4MB + max_recv_msg_size: 4MB + # @ignored Ignore alloy deployment alloy-deployment: # -- Do not change this. From 91ae894858e576afc3535995dfa5b6a0c16f001c Mon Sep 17 00:00:00 2001 From: Mistral Nembot Date: Fri, 13 Dec 2024 12:22:13 +0100 Subject: [PATCH 07/14] feat(tempo): added readiness and liveness probes to Tempo Helm Chart Signed-off-by: Mistral-valaise Signed-off-by: Mistral Nembot --- charts/tempo/templates/statefulset.yaml | 4 ++++ charts/tempo/values.yaml | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/charts/tempo/templates/statefulset.yaml b/charts/tempo/templates/statefulset.yaml index 79a6204e35..57f8841ca5 100644 --- a/charts/tempo/templates/statefulset.yaml +++ b/charts/tempo/templates/statefulset.yaml @@ -82,6 +82,10 @@ spec: name: otlp-http - containerPort: 55678 name: opencensus + livenessProbe: + {{- toYaml .Values.tempo.livenessProbe | nindent 12 }} + readinessProbe: + {{- toYaml .Values.tempo.readinessProbe | nindent 12 }} resources: {{- toYaml .Values.tempo.resources | nindent 10 }} {{- with .Values.tempo.securityContext }} diff --git a/charts/tempo/values.yaml b/charts/tempo/values.yaml index d268bad3d5..4bbeef044e 100644 --- a/charts/tempo/values.yaml +++ b/charts/tempo/values.yaml @@ -61,6 +61,25 @@ tempo: server: # -- HTTP server listen port http_listen_port: 3100 + #Readiness and Liveness Probe Configuration Options + livenessProbe: + httpGet: + path: /ready + port: 3100 + initialDelaySeconds: 30 + periodSeconds: 10 + timeoutSeconds: 5 + failureThreshold: 3 + successThreshold: 1 + readinessProbe: + httpGet: + path: /ready + port: 3100 + initialDelaySeconds: 20 + periodSeconds: 10 + timeoutSeconds: 5 + failureThreshold: 3 + successThreshold: 1 storage: trace: # tempo storage backend From 7a416e0713f474efe2a7c49991104b745ce9e76b Mon Sep 17 00:00:00 2001 From: Mistral Nembot Date: Fri, 13 Dec 2024 12:22:37 +0100 Subject: [PATCH 08/14] feat(tempo): udated Tempo Helm Chart version Signed-off-by: Mistral-valaise Signed-off-by: Mistral Nembot --- charts/tempo/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo/Chart.yaml b/charts/tempo/Chart.yaml index 715c5b61d3..26719537f3 100644 --- a/charts/tempo/Chart.yaml +++ b/charts/tempo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tempo description: Grafana Tempo Single Binary Mode type: application -version: 1.10.0 +version: 1.11.0 appVersion: 2.5.0 engine: gotpl home: https://grafana.net From c33f36804e680f7d04755bf3fbf134e2a0555500 Mon Sep 17 00:00:00 2001 From: Mistral Nembot Date: Fri, 13 Dec 2024 12:23:04 +0100 Subject: [PATCH 09/14] feat(tempo): updated Tempo README Helm Chart Signed-off-by: Mistral-valaise Signed-off-by: Mistral Nembot --- charts/tempo/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/charts/tempo/README.md b/charts/tempo/README.md index 040d05c722..b5d6ff1041 100644 --- a/charts/tempo/README.md +++ b/charts/tempo/README.md @@ -57,6 +57,13 @@ Grafana Tempo Single Binary Mode | tempo.extraVolumeMounts | list | `[]` | Volume mounts to add | | tempo.global_overrides.per_tenant_override_config | string | `"/conf/overrides.yaml"` | | | tempo.ingester | object | `{}` | Configuration options for the ingester | +| tempo.livenessProbe.failureThreshold | int | `3` | | +| tempo.livenessProbe.httpGet.path | string | `"/ready"` | | +| tempo.livenessProbe.httpGet.port | int | `3100` | | +| tempo.livenessProbe.initialDelaySeconds | int | `30` | | +| tempo.livenessProbe.periodSeconds | int | `10` | | +| tempo.livenessProbe.successThreshold | int | `1` | | +| tempo.livenessProbe.timeoutSeconds | int | `5` | | | tempo.memBallastSizeMbs | int | `1024` | | | tempo.metricsGenerator.enabled | bool | `false` | If true, enables Tempo's metrics generator (https://grafana.com/docs/tempo/next/metrics-generator/) | | tempo.metricsGenerator.remoteWriteUrl | string | `"http://prometheus.monitoring:9090/api/v1/write"` | | @@ -65,6 +72,13 @@ Grafana Tempo Single Binary Mode | tempo.pullPolicy | string | `"IfNotPresent"` | | | tempo.querier | object | `{}` | Configuration options for the querier | | tempo.queryFrontend | object | `{}` | Configuration options for the query-fronted | +| tempo.readinessProbe.failureThreshold | int | `3` | | +| tempo.readinessProbe.httpGet.path | string | `"/ready"` | | +| tempo.readinessProbe.httpGet.port | int | `3100` | | +| tempo.readinessProbe.initialDelaySeconds | int | `20` | | +| tempo.readinessProbe.periodSeconds | int | `10` | | +| tempo.readinessProbe.successThreshold | int | `1` | | +| tempo.readinessProbe.timeoutSeconds | int | `5` | | | tempo.receivers.jaeger.protocols.grpc.endpoint | string | `"0.0.0.0:14250"` | | | tempo.receivers.jaeger.protocols.thrift_binary.endpoint | string | `"0.0.0.0:6832"` | | | tempo.receivers.jaeger.protocols.thrift_compact.endpoint | string | `"0.0.0.0:6831"` | | From 461f2915c2f9e58c6d1933451fe9d60db6196e2f Mon Sep 17 00:00:00 2001 From: Mistral Nembot Date: Sat, 14 Dec 2024 13:51:06 +0100 Subject: [PATCH 10/14] fix(tempo): fix lint Update README.md using helm-docs Signed-off-by: Mistral Nembot --- charts/tempo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo/README.md b/charts/tempo/README.md index 4f39e99265..9a9947c722 100644 --- a/charts/tempo/README.md +++ b/charts/tempo/README.md @@ -1,6 +1,6 @@ # tempo -![Version: 1.15.0](https://img.shields.io/badge/Version-1.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat-square) +![Version: 1.16.0](https://img.shields.io/badge/Version-1.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat-square) Grafana Tempo Single Binary Mode From 0b720273da6f834bdd51921a2b6dec552f0e38ec Mon Sep 17 00:00:00 2001 From: Mistral Nembot Date: Mon, 16 Dec 2024 13:30:17 +0100 Subject: [PATCH 11/14] feat(tempo): fix lint comment space issue Signed-off-by: Mistral Nembot --- charts/tempo/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo/values.yaml b/charts/tempo/values.yaml index 772f6f13db..8637a0dd05 100644 --- a/charts/tempo/values.yaml +++ b/charts/tempo/values.yaml @@ -65,7 +65,7 @@ tempo: server: # -- HTTP server listen port http_listen_port: 3100 - #Readiness and Liveness Probe Configuration Options + # Readiness and Liveness Probe Configuration Options livenessProbe: httpGet: path: /ready From 1b2817d4568945c03a76ac48b198811df3b45f18 Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Mon, 16 Dec 2024 17:56:52 +0330 Subject: [PATCH 12/14] Updated docs Signed-off-by: xogoodnow --- charts/tempo-distributed/Chart.yaml | 2 +- charts/tempo-distributed/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index 848f3a26f0..a0dd8f0187 100644 --- a/charts/tempo-distributed/Chart.yaml +++ b/charts/tempo-distributed/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tempo-distributed description: Grafana Tempo in MicroService mode type: application -version: 1.26.1 +version: 1.26.2 appVersion: 2.6.0 engine: gotpl home: https://grafana.com/docs/tempo/latest/ diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index 73eaa5a75e..245881bdca 100755 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.26.1](https://img.shields.io/badge/Version-1.26.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) +![Version: 1.26.2](https://img.shields.io/badge/Version-1.26.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) Grafana Tempo in MicroService mode From 193a3dc6e0cbcd925fc769a2a526cbc2ed92c12f Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Mon, 16 Dec 2024 17:57:36 +0330 Subject: [PATCH 13/14] Bumbped version Signed-off-by: xogoodnow --- charts/tempo-distributed/Chart.yaml | 2 +- charts/tempo-distributed/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index a0dd8f0187..bc14f9b5db 100644 --- a/charts/tempo-distributed/Chart.yaml +++ b/charts/tempo-distributed/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tempo-distributed description: Grafana Tempo in MicroService mode type: application -version: 1.26.2 +version: 1.26.3 appVersion: 2.6.0 engine: gotpl home: https://grafana.com/docs/tempo/latest/ diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index 245881bdca..93d4eab513 100755 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.26.2](https://img.shields.io/badge/Version-1.26.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) +![Version: 1.26.3](https://img.shields.io/badge/Version-1.26.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) Grafana Tempo in MicroService mode From b2e9ce3117e3fa071c442e633804f7f35fd7bfe9 Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Mon, 16 Dec 2024 18:11:13 +0330 Subject: [PATCH 14/14] Bumbped chart version Signed-off-by: xogoodnow --- charts/tempo-distributed/Chart.yaml | 2 +- charts/tempo-distributed/README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index a0dd8f0187..bc14f9b5db 100644 --- a/charts/tempo-distributed/Chart.yaml +++ b/charts/tempo-distributed/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tempo-distributed description: Grafana Tempo in MicroService mode type: application -version: 1.26.2 +version: 1.26.3 appVersion: 2.6.0 engine: gotpl home: https://grafana.com/docs/tempo/latest/ diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index 04d5b0a2d1..d492742d8f 100755 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,7 +1,6 @@ # tempo-distributed - -![Version: 1.26.2](https://img.shields.io/badge/Version-1.26.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) +![Version: 1.26.3](https://img.shields.io/badge/Version-1.26.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) Grafana Tempo in MicroService mode