Skip to content

Commit 770f6a0

Browse files
committed
Update README file and templates to better match Chart.yaml
Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
1 parent 4ab37a1 commit 770f6a0

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

charts/tempo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: tempo
33
description: Grafana Tempo Single Binary Mode
44
type: application
5-
version: 1.26.1
5+
version: 1.26.2
66
# renovate: docker=docker.io/grafana/tempo
77
appVersion: 2.10.0
88
engine: gotpl

charts/tempo/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tempo
22

3-
![Version: 1.25.0](https://img.shields.io/badge/Version-1.25.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.0](https://img.shields.io/badge/AppVersion-2.9.0-informational?style=flat-square)
3+
![Version: 1.26.2](https://img.shields.io/badge/Version-1.26.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.10.0](https://img.shields.io/badge/AppVersion-2.10.0-informational?style=flat-square)
44

55
Grafana Tempo Single Binary Mode
66

@@ -205,3 +205,6 @@ and [1.5 -> 2.0 upgrade guide](https://grafana.com/docs/tempo/latest/setup/upgra
205205
Upgrading from pre 0.7.0 will, by default, move your trace storage from `/tmp/tempo/traces` to `/var/tempo/traces`.
206206
This will cause Tempo to lose trace history. If you would like to retain history just copy the contents from the
207207
old folder to the new.
208+
209+
----------------------------------------------
210+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

charts/tempo/README.md.gotmpl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44

55
{{ template "chart.description" . }}
66

7-
## 📦 Chart Migration
8-
9-
**This chart is being migrated to [grafana-community/helm-charts](https://github.com/grafana-community/helm-charts).**
10-
11-
After January 30th, 2026, updates and support for this chart will be provided in the new repository. Please update your Helm repository configuration to ensure you continue receiving updates.
12-
137
{{ template "chart.sourcesSection" . }}
148

159
{{ template "chart.requirementsSection" . }}
@@ -88,3 +82,5 @@ and [1.5 -> 2.0 upgrade guide](https://grafana.com/docs/tempo/latest/setup/upgra
8882
Upgrading from pre 0.7.0 will, by default, move your trace storage from `/tmp/tempo/traces` to `/var/tempo/traces`.
8983
This will cause Tempo to lose trace history. If you would like to retain history just copy the contents from the
9084
old folder to the new.
85+
86+
{{ template "helm-docs.versionFooter" . }}

0 commit comments

Comments
 (0)