Skip to content

Commit 9c51fe6

Browse files
Merge pull request #3973 from jkroepke/deprecate/loki-canary
[loki-canary] Mark loki-canary chart as deprecated
2 parents 310e4b6 + a43f043 commit 9c51fe6

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

charts/loki-canary/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ apiVersion: v2
22
name: loki-canary
33
description: Helm chart for Grafana Loki Canary
44
type: application
5+
deprecated: true
56
appVersion: 2.9.1
6-
version: 0.14.0
7+
version: 0.14.1
78
home: https://github.com/grafana/helm-charts
89
sources:
910
- https://github.com/grafana/loki

charts/loki-canary/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
# Deprecation Notice
2+
3+
**This chart is deprecated and will no longer receive updates or support.**
4+
5+
Please consider using the [loki](https://github.com/grafana/loki/tree/main/production/helm/loki)
6+
chart instead, which provides comprehensive features and ongoing maintenance.
7+
18
# loki-canary
29

3-
![Version: 0.14.0](https://img.shields.io/badge/Version-0.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.1](https://img.shields.io/badge/AppVersion-2.9.1-informational?style=flat-square)
10+
![Version: 0.14.1](https://img.shields.io/badge/Version-0.14.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.1](https://img.shields.io/badge/AppVersion-2.9.1-informational?style=flat-square)
411

512
Helm chart for Grafana Loki Canary
613

charts/loki-canary/README.md.gotmpl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Deprecation Notice
2+
3+
**This chart is deprecated and will no longer receive updates or support.**
4+
5+
Please consider using the [loki](https://github.com/grafana/loki/tree/main/production/helm/loki)
6+
chart instead, which provides comprehensive features and ongoing maintenance.
7+
18
{{ template "chart.header" . }}
29

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

0 commit comments

Comments
 (0)