From a482800de997aa36c0fc4529cc3587849080600a Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Wed, 11 Dec 2024 16:18:55 +0330 Subject: [PATCH 1/4] Added missing components Signed-off-by: xogoodnow --- charts/tempo-distributed/Chart.yaml | 2 +- charts/tempo-distributed/README.md | 5 ++++- charts/tempo-distributed/README.md.gotmpl | 4 ++++ 3 files changed, 9 insertions(+), 2 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..3afd9a1a42 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 @@ -907,6 +907,9 @@ The other components are optional and must be explicitly enabled. | metrics-generator | yes | | memcached | yes | | gateway | yes | +| federation-frontend | yes | +| rollout-operator | yes | +| minio | yes | ## [Configuration](https://grafana.com/docs/tempo/latest/configuration/) diff --git a/charts/tempo-distributed/README.md.gotmpl b/charts/tempo-distributed/README.md.gotmpl index a05db13257..3901e95400 100644 --- a/charts/tempo-distributed/README.md.gotmpl +++ b/charts/tempo-distributed/README.md.gotmpl @@ -239,6 +239,10 @@ The other components are optional and must be explicitly enabled. | metrics-generator | yes | | memcached | yes | | gateway | yes | +| federation-frontend | yes | +| rollout-operator | yes | +| minio | yes | + ## [Configuration](https://grafana.com/docs/tempo/latest/configuration/) From b5c6a6ad9b96beaef5b5bb3d699b9e2a8a3538ae Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Fri, 13 Dec 2024 13:03:46 +0330 Subject: [PATCH 2/4] Added enterprise Signed-off-by: xogoodnow --- charts/tempo-distributed/Chart.yaml | 2 +- charts/tempo-distributed/README.md | 5 ++++- charts/tempo-distributed/README.md.gotmpl | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index 8d621925bb..848f3a26f0 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.2 +version: 1.26.1 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 3afd9a1a42..ec450ee7be 100755 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![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) +![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) Grafana Tempo in MicroService mode @@ -906,10 +906,13 @@ The other components are optional and must be explicitly enabled. | compactor | no | | metrics-generator | yes | | memcached | yes | +| memcached-exporter | yes | | gateway | yes | | federation-frontend | yes | | rollout-operator | yes | | minio | yes | +| admin-api | yes | +| enterprise-gateway | yes | ## [Configuration](https://grafana.com/docs/tempo/latest/configuration/) diff --git a/charts/tempo-distributed/README.md.gotmpl b/charts/tempo-distributed/README.md.gotmpl index 3901e95400..26332f669c 100644 --- a/charts/tempo-distributed/README.md.gotmpl +++ b/charts/tempo-distributed/README.md.gotmpl @@ -238,10 +238,13 @@ The other components are optional and must be explicitly enabled. | compactor | no | | metrics-generator | yes | | memcached | yes | +| memcached-exporter | yes | | gateway | yes | | federation-frontend | yes | | rollout-operator | yes | | minio | yes | +| admin-api | yes | +| enterprise-gateway | yes | From 0516ee62430a4070d1a68dd32ace5e72ef117eb5 Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Fri, 13 Dec 2024 19:06:32 +0330 Subject: [PATCH 3/4] bumped version Signed-off-by: xogoodnow --- charts/tempo-distributed/Chart.yaml | 2 +- charts/tempo-distributed/README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index 8eedcb4b6c..e9bd745590 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.0 +Bumversion: 1.26.1 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 202ce14cc7..39974f02d7 100755 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,5 +1,6 @@ # tempo-distributed -![Version: 1.26.0](https://img.shields.io/badge/Version-1.26.0-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.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) Grafana Tempo in MicroService mode From 9f919762bca3c36e1dd1d75034b0c97f9bc5015d Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Fri, 13 Dec 2024 19:09:57 +0330 Subject: [PATCH 4/4] Fixed an issue Signed-off-by: xogoodnow --- charts/tempo-distributed/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index e9bd745590..848f3a26f0 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 -Bumversion: 1.26.1 +version: 1.26.1 appVersion: 2.6.0 engine: gotpl home: https://grafana.com/docs/tempo/latest/