Skip to content

Commit 326dcb2

Browse files
committed
[promtail] Mark promtail chart as deprecated
Signed-off-by: Jan-Otto Kröpke <[email protected]>
1 parent 06629a0 commit 326dcb2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

charts/promtail/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
apiVersion: v2
22
name: promtail
3+
deprecated: true
34
description: Promtail is an agent which ships the contents of local logs to a Loki instance
45
type: application
56
appVersion: 3.5.1
6-
version: 6.17.0
7+
version: 6.17.1
78
home: https://grafana.com/loki
89
sources:
910
- https://github.com/grafana/loki

charts/promtail/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# Deprecation Notice
2+
3+
**This promtail and this chart is deprecated and will no longer receive updates or support.**
4+
15
# promtail
26

3-
![Version: 6.17.0](https://img.shields.io/badge/Version-6.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.1](https://img.shields.io/badge/AppVersion-3.5.1-informational?style=flat-square)
7+
![Version: 6.17.1](https://img.shields.io/badge/Version-6.17.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.1](https://img.shields.io/badge/AppVersion-3.5.1-informational?style=flat-square)
48

59
Promtail is an agent which ships the contents of local logs to a Loki instance
610

charts/promtail/README.md.gotmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Deprecation Notice
2+
3+
**This promtail and this chart is deprecated and will no longer receive updates or support.**
4+
15
{{ template "chart.header" . }}
26

37
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}

0 commit comments

Comments
 (0)