From 7cbcd42f73cf9dd5cf291ba73f0f569f671d16b8 Mon Sep 17 00:00:00 2001 From: AvivGuiser Date: Thu, 4 Apr 2024 15:37:11 +0300 Subject: [PATCH 1/4] add apiVersion and kind to pvc template in ingester sts Signed-off-by: AvivGuiser --- .../templates/ingester/statefulset-ingester.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml b/charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml index de84ca588b..56d3ab5327 100644 --- a/charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml +++ b/charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml @@ -151,7 +151,9 @@ spec: {{- end }} {{- else }} volumeClaimTemplates: - - metadata: + - apiVersion: v1 + kind: PersistentVolumeClaim + metadata: {{- with .Values.ingester.persistence.annotations }} annotations: {{- toYaml . | nindent 10 }} From b512c2b273f7ca6de5a4b574dbdeb06ccc59f5bb Mon Sep 17 00:00:00 2001 From: AvivGuiser Date: Thu, 4 Apr 2024 15:38:27 +0300 Subject: [PATCH 2/4] add apiVersion and kind to pvc template in metrics-generator sts Signed-off-by: AvivGuiser --- .../metrics-generator/statefulset-metrics-generator.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/tempo-distributed/templates/metrics-generator/statefulset-metrics-generator.yaml b/charts/tempo-distributed/templates/metrics-generator/statefulset-metrics-generator.yaml index 02e330eda6..5f1737ddc7 100644 --- a/charts/tempo-distributed/templates/metrics-generator/statefulset-metrics-generator.yaml +++ b/charts/tempo-distributed/templates/metrics-generator/statefulset-metrics-generator.yaml @@ -140,7 +140,9 @@ spec: emptyDir: {{- toYaml .Values.metricsGenerator.walEmptyDir | nindent 12 }} {{- else }} volumeClaimTemplates: - - metadata: + - apiVersion: v1 + kind: PersistentVolumeClaim + metadata: {{- with .Values.metricsGenerator.persistence.annotations }} annotations: {{- toYaml . | nindent 10 }} From af9e638bd41835c75485c4a5e3b05cb60fdd7365 Mon Sep 17 00:00:00 2001 From: AvivGuiser Date: Mon, 27 May 2024 16:21:08 +0300 Subject: [PATCH 3/4] bump chart version Signed-off-by: AvivGuiser --- 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 1ab1d88267..1c9d10771e 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.9.10 +version: 1.9.11 appVersion: 2.4.2 engine: gotpl home: https://grafana.com/docs/tempo/latest/ From 9dc0004151314eb8bff1a9904ed27a2e1fe6bf07 Mon Sep 17 00:00:00 2001 From: AvivGuiser Date: Mon, 27 May 2024 16:23:41 +0300 Subject: [PATCH 4/4] ran helm-docs Signed-off-by: AvivGuiser --- charts/tempo-distributed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index fe2b1a0a2f..9623d9faaf 100644 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.9.10](https://img.shields.io/badge/Version-1.9.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.4.2](https://img.shields.io/badge/AppVersion-2.4.2-informational?style=flat-square) +![Version: 1.9.11](https://img.shields.io/badge/Version-1.9.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.4.2](https://img.shields.io/badge/AppVersion-2.4.2-informational?style=flat-square) Grafana Tempo in MicroService mode