From 8ed7a77d033d9a52ce48d91d7b76c6014fee923f Mon Sep 17 00:00:00 2001 From: Joe Elliott Date: Mon, 16 May 2022 09:57:49 -0400 Subject: [PATCH 1/4] tempo 1.4.1 Signed-off-by: Joe Elliott --- charts/tempo/Chart.yaml | 2 +- charts/tempo/README.md | 4 ++-- charts/tempo/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/tempo/Chart.yaml b/charts/tempo/Chart.yaml index 43e4464e06..bc35844e8b 100644 --- a/charts/tempo/Chart.yaml +++ b/charts/tempo/Chart.yaml @@ -3,7 +3,7 @@ name: tempo description: Grafana Tempo Single Binary Mode type: application version: 0.15.0 -appVersion: 1.4.0 +appVersion: 1.4.1 engine: gotpl home: https://grafana.net icon: https://raw.githubusercontent.com/grafana/tempo/master/docs/tempo/website/logo_and_name.png diff --git a/charts/tempo/README.md b/charts/tempo/README.md index 94713614ba..a03f646b15 100644 --- a/charts/tempo/README.md +++ b/charts/tempo/README.md @@ -1,6 +1,6 @@ # tempo -![Version: 0.15.0](https://img.shields.io/badge/Version-0.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square) +![Version: 0.15.0](https://img.shields.io/badge/Version-0.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.1](https://img.shields.io/badge/AppVersion-1.4.1-informational?style=flat-square) Grafana Tempo Single Binary Mode @@ -57,7 +57,7 @@ Grafana Tempo Single Binary Mode | tempo.storage.trace.backend | string | `"local"` | | | tempo.storage.trace.local.path | string | `"/var/tempo/traces"` | | | tempo.storage.trace.wal.path | string | `"/var/tempo/wal"` | | -| tempo.tag | string | `"1.4.0"` | | +| tempo.tag | string | `"1.4.1"` | | | tempo.updateStrategy | string | `"RollingUpdate"` | | | tempoQuery.extraArgs | object | `{}` | | | tempoQuery.extraEnv | list | `[]` | Environment variables to add | diff --git a/charts/tempo/values.yaml b/charts/tempo/values.yaml index 41b18aaa9e..fd7fe8cdc6 100644 --- a/charts/tempo/values.yaml +++ b/charts/tempo/values.yaml @@ -7,7 +7,7 @@ fullnameOverride: "" replicas: 1 tempo: repository: grafana/tempo - tag: 1.4.0 + tag: 1.4.1 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. From 8257a53f9694a7e3469bf0a5123ac8780b8c80a2 Mon Sep 17 00:00:00 2001 From: Joe Elliott Date: Mon, 16 May 2022 09:58:23 -0400 Subject: [PATCH 2/4] bump chart version Signed-off-by: Joe Elliott --- 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 bc35844e8b..b59c0354e8 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: 0.15.0 +version: 0.15.1 appVersion: 1.4.1 engine: gotpl home: https://grafana.net diff --git a/charts/tempo/README.md b/charts/tempo/README.md index a03f646b15..be294a17a5 100644 --- a/charts/tempo/README.md +++ b/charts/tempo/README.md @@ -1,6 +1,6 @@ # tempo -![Version: 0.15.0](https://img.shields.io/badge/Version-0.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.1](https://img.shields.io/badge/AppVersion-1.4.1-informational?style=flat-square) +![Version: 0.15.1](https://img.shields.io/badge/Version-0.15.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.1](https://img.shields.io/badge/AppVersion-1.4.1-informational?style=flat-square) Grafana Tempo Single Binary Mode From b32afc1bf94885e578263e401df0083ff6ba1226 Mon Sep 17 00:00:00 2001 From: Joe Elliott Date: Mon, 16 May 2022 14:16:30 -0400 Subject: [PATCH 3/4] update tempo query Signed-off-by: Joe Elliott --- 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 fd7fe8cdc6..09ad21c010 100644 --- a/charts/tempo/values.yaml +++ b/charts/tempo/values.yaml @@ -91,7 +91,7 @@ tempo: tempoQuery: repository: grafana/tempo-query - tag: 1.0.1 + tag: 1.4.1 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. From 3900716317ec0583072a953910ff21c726a78a0d Mon Sep 17 00:00:00 2001 From: Joe Elliott Date: Mon, 16 May 2022 14:17:24 -0400 Subject: [PATCH 4/4] tempo query Signed-off-by: Joe Elliott --- 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 be294a17a5..f4dad807aa 100644 --- a/charts/tempo/README.md +++ b/charts/tempo/README.md @@ -64,7 +64,7 @@ Grafana Tempo Single Binary Mode | tempoQuery.extraVolumeMounts | list | `[]` | Volume mounts to add | | tempoQuery.pullPolicy | string | `"IfNotPresent"` | | | tempoQuery.repository | string | `"grafana/tempo-query"` | | -| tempoQuery.tag | string | `"1.0.1"` | | +| tempoQuery.tag | string | `"1.4.1"` | | | tolerations | list | `[]` | | ## Chart Repo