From de797ae863dcc1df27afc8eda24a2a564bebe644 Mon Sep 17 00:00:00 2001 From: "Nagel, Felix" Date: Thu, 26 Oct 2023 09:30:30 +0200 Subject: [PATCH 1/8] use old root to get namespace Signed-off-by: Nagel, Felix --- charts/tempo-distributed/templates/gateway/secret-gateway.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/tempo-distributed/templates/gateway/secret-gateway.yaml b/charts/tempo-distributed/templates/gateway/secret-gateway.yaml index 32c8341983..bfe70c5797 100644 --- a/charts/tempo-distributed/templates/gateway/secret-gateway.yaml +++ b/charts/tempo-distributed/templates/gateway/secret-gateway.yaml @@ -1,3 +1,4 @@ +{{- $root := . -}} {{- $dict := dict "ctx" . "component" "gateway" -}} {{- with .Values.gateway }} {{- if and .enabled .basicAuth.enabled (not .basicAuth.existingSecret) }} @@ -5,7 +6,7 @@ apiVersion: v1 kind: Secret metadata: name: {{ include "tempo.resourceName" $dict }} - namespace: {{ .Release.Namespace }} + namespace: {{ $root.Release.Namespace }} labels: {{- include "tempo.labels" $dict | nindent 4 }} stringData: From 80e3a9aecba16f087062b9aee6d34ec1293a9ac6 Mon Sep 17 00:00:00 2001 From: kaflake <8384990+kaflake@users.noreply.github.com> Date: Mon, 30 Oct 2023 07:00:02 +0100 Subject: [PATCH 2/8] Update charts/tempo-distributed/templates/gateway/secret-gateway.yaml Co-authored-by: MH Signed-off-by: Nagel, Felix --- charts/tempo-distributed/templates/gateway/secret-gateway.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo-distributed/templates/gateway/secret-gateway.yaml b/charts/tempo-distributed/templates/gateway/secret-gateway.yaml index bfe70c5797..ed25c43cb7 100644 --- a/charts/tempo-distributed/templates/gateway/secret-gateway.yaml +++ b/charts/tempo-distributed/templates/gateway/secret-gateway.yaml @@ -6,7 +6,7 @@ apiVersion: v1 kind: Secret metadata: name: {{ include "tempo.resourceName" $dict }} - namespace: {{ $root.Release.Namespace }} + namespace: {{ $root.Release.Namespace | quote }} labels: {{- include "tempo.labels" $dict | nindent 4 }} stringData: From 2b86ae9e7ad4fb68d4f307f866e4333935bcef64 Mon Sep 17 00:00:00 2001 From: "Nagel, Felix" Date: Mon, 30 Oct 2023 07:04:51 +0100 Subject: [PATCH 3/8] update tempo-distributed version Signed-off-by: Nagel, Felix --- 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 cdba587c07..7709530728 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.7.0 +version: 1.7.1 appVersion: 2.3.0 engine: gotpl home: https://grafana.com/docs/tempo/latest/ From c0ff9eb6e1c7571d1337dd517155dc13f142f27d Mon Sep 17 00:00:00 2001 From: MH Date: Fri, 24 Nov 2023 23:37:30 +0800 Subject: [PATCH 4/8] Update README.md Signed-off-by: MH --- 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 b368afae7c..26c484e3ba 100644 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.7.0](https://img.shields.io/badge/Version-1.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square) +![Version: 1.7.1](https://img.shields.io/badge/Version-1.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square) Grafana Tempo in MicroService mode From e77c78926d6f54ab741174322b65e9e5f5b940ae Mon Sep 17 00:00:00 2001 From: MH Date: Wed, 29 Nov 2023 07:22:32 +0800 Subject: [PATCH 5/8] Update Chart.yaml Signed-off-by: MH --- 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 7709530728..723f8b7028 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.7.1 +version: 1.7.2 appVersion: 2.3.0 engine: gotpl home: https://grafana.com/docs/tempo/latest/ From 5d1fa6d1924f02b054f0ee65100c8e1548be82e3 Mon Sep 17 00:00:00 2001 From: MH Date: Wed, 29 Nov 2023 07:22:56 +0800 Subject: [PATCH 6/8] Update README.md Signed-off-by: MH --- 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 cecbb14328..20ea32d48a 100644 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.7.1](https://img.shields.io/badge/Version-1.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square) +![Version: 1.7.2](https://img.shields.io/badge/Version-1.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square) Grafana Tempo in MicroService mode From 7e938f8b9cdc2f4d16a468bc83b1c34e45a25288 Mon Sep 17 00:00:00 2001 From: MH Date: Sun, 17 Dec 2023 05:13:25 +0800 Subject: [PATCH 7/8] Update Chart.yaml Signed-off-by: MH --- 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 723f8b7028..12cf79a6f8 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.7.2 +version: 1.7.3 appVersion: 2.3.0 engine: gotpl home: https://grafana.com/docs/tempo/latest/ From 8459d24511766518b69fa349215789abe548480e Mon Sep 17 00:00:00 2001 From: MH Date: Sun, 17 Dec 2023 05:13:45 +0800 Subject: [PATCH 8/8] Update README.md Signed-off-by: MH --- 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 86cb7fe53c..b67bfae36e 100644 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.7.2](https://img.shields.io/badge/Version-1.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square) +![Version: 1.7.3](https://img.shields.io/badge/Version-1.7.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square) Grafana Tempo in MicroService mode