Skip to content

Commit 5c77082

Browse files
deprecate chart tempo (#4104)
Co-authored-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent 5c516ef commit 5c77082

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

charts/tempo/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ apiVersion: v2
22
name: tempo
33
description: Grafana Tempo Single Binary Mode
44
type: application
5-
version: 1.24.3
5+
version: 1.24.4
66
appVersion: 2.9.0
7+
deprecated: true
78
engine: gotpl
89
home: https://grafana.net
910
icon: https://raw.githubusercontent.com/grafana/tempo/master/docs/tempo/website/logo_and_name.png

charts/tempo/README.md

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

3-
![Version: 1.24.3](https://img.shields.io/badge/Version-1.24.3-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.24.4](https://img.shields.io/badge/Version-1.24.4-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)
44

55
Grafana Tempo Single Binary Mode
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+
713
## Source Code
814

915
* <https://github.com/grafana/tempo>

charts/tempo/README.md.gotmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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+
713
{{ template "chart.sourcesSection" . }}
814

915
{{ template "chart.requirementsSection" . }}

0 commit comments

Comments
 (0)