From e35d96ecdbebb6d9ce7e2316060040c44043fa45 Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Tue, 26 Nov 2024 15:05:22 +0330 Subject: [PATCH 1/6] Added host alias Signed-off-by: xogoodnow --- charts/tempo/templates/statefulset.yaml | 4 ++++ charts/tempo/values.yaml | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/charts/tempo/templates/statefulset.yaml b/charts/tempo/templates/statefulset.yaml index 53c9605fad..d79f420922 100644 --- a/charts/tempo/templates/statefulset.yaml +++ b/charts/tempo/templates/statefulset.yaml @@ -52,6 +52,10 @@ spec: {{- end }} {{- end }} {{- end }} + {{- with .Values.hostAliases }} + hostAliases: + {{- toYaml . | nindent 8 }} + {{- end }} containers: - args: - -config.file=/conf/tempo.yaml diff --git a/charts/tempo/values.yaml b/charts/tempo/values.yaml index 2b9ce226ef..21f791c0c2 100644 --- a/charts/tempo/values.yaml +++ b/charts/tempo/values.yaml @@ -306,7 +306,11 @@ affinity: {} # -- The name of the PriorityClass priorityClassName: null - +# -- hostAliases to add +hostAliases: [] +# - ip: 1.2.3.4 +# hostnames: +# - domain.tld networkPolicy: ## @param networkPolicy.enabled Enable creation of NetworkPolicy resources. Only Ingress traffic is filtered for now. ## From 7ed3106ab12fe56e650f289b111f8be03a31ac2d Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Thu, 28 Nov 2024 14:16:28 +0330 Subject: [PATCH 2/6] bumped chart version Signed-off-by: xogoodnow --- 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 b12a1c9757..f0f4118f5a 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.14.0 +version: 1.14.1 appVersion: 2.6.1 engine: gotpl home: https://grafana.net From 525ea0a954b00b6a4cac139c2fb7d93af93d49e6 Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Wed, 11 Dec 2024 15:09:04 +0330 Subject: [PATCH 3/6] Ran helm-docs Signed-off-by: xogoodnow --- charts/tempo/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/tempo/README.md b/charts/tempo/README.md index 51460b7de4..810f2f85aa 100644 --- a/charts/tempo/README.md +++ b/charts/tempo/README.md @@ -1,6 +1,6 @@ # tempo -![Version: 1.14.0](https://img.shields.io/badge/Version-1.14.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.14.1](https://img.shields.io/badge/Version-1.14.1-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 @@ -19,6 +19,7 @@ Grafana Tempo Single Binary Mode | extraVolumes | list | `[]` | Volumes to add | | fullnameOverride | string | `""` | Overrides the chart's computed fullname | | global.commonLabels | object | `{}` | Common labels for all object directly managed by this chart. | +| hostAliases | list | `[]` | hostAliases to add | | labels | object | `{}` | labels for tempo | | nameOverride | string | `""` | Overrides the chart's name | | networkPolicy.allowExternal | bool | `true` | | From 2d28a6bab2aad18c7ef6da2eb8984e5fd6e98111 Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Wed, 11 Dec 2024 15:10:40 +0330 Subject: [PATCH 4/6] Bumped chart number Signed-off-by: xogoodnow --- charts/tempo/Chart.yaml | 2 +- charts/tempo/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/tempo/Chart.yaml b/charts/tempo/Chart.yaml index f0f4118f5a..8e8f7c396f 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.14.1 +version: 1.15.1 appVersion: 2.6.1 engine: gotpl home: https://grafana.net diff --git a/charts/tempo/README.md b/charts/tempo/README.md index 810f2f85aa..eaee0c3642 100644 --- a/charts/tempo/README.md +++ b/charts/tempo/README.md @@ -1,6 +1,6 @@ # tempo -![Version: 1.14.1](https://img.shields.io/badge/Version-1.14.1-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.15.1](https://img.shields.io/badge/Version-1.15.1-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 ef952d787707c3b5fca75d244d3b852bc652af7b Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Fri, 13 Dec 2024 19:16:40 +0330 Subject: [PATCH 5/6] Bumbped version Signed-off-by: xogoodnow --- charts/tempo/Chart.yaml | 2 +- charts/tempo/README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/tempo/Chart.yaml b/charts/tempo/Chart.yaml index 6fe3bb9f57..8e8f7c396f 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.15.0 +version: 1.15.1 appVersion: 2.6.1 engine: gotpl home: https://grafana.net diff --git a/charts/tempo/README.md b/charts/tempo/README.md index 3889c9ba51..e9549b5fe0 100644 --- a/charts/tempo/README.md +++ b/charts/tempo/README.md @@ -1,7 +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.15.1](https://img.shields.io/badge/Version-1.15.1-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 dd0ead9caa4077d343a0ee6fb08848047974df6b Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Mon, 16 Dec 2024 18:15:50 +0330 Subject: [PATCH 6/6] Bumbped chart version Signed-off-by: xogoodnow --- charts/tempo/Chart.yaml | 2 +- charts/tempo/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/tempo/Chart.yaml b/charts/tempo/Chart.yaml index 8e8f7c396f..9720211327 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.15.1 +version: 1.15.2 appVersion: 2.6.1 engine: gotpl home: https://grafana.net diff --git a/charts/tempo/README.md b/charts/tempo/README.md index e9549b5fe0..8bfeac9500 100644 --- a/charts/tempo/README.md +++ b/charts/tempo/README.md @@ -1,6 +1,6 @@ # tempo -![Version: 1.15.1](https://img.shields.io/badge/Version-1.15.1-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.15.2](https://img.shields.io/badge/Version-1.15.2-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