Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ dependencies:
version: 1.3.4
repository: https://prometheus-msteams.github.io/prometheus-msteams/
- name: promtail
version: 6.17.0
version: 6.17.1
repository: https://grafana.github.io/helm-charts
- name: rabbitmq-cluster-operator
alias: rabbitmq
Expand Down
3 changes: 2 additions & 1 deletion charts/promtail/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apiVersion: v2
appVersion: 3.5.7
deprecated: true
description: Promtail is an agent which ships the contents of local logs to a Loki
instance
home: https://grafana.com/loki
Expand All @@ -14,4 +15,4 @@ sources:
- https://grafana.com/oss/loki/
- https://grafana.com/docs/loki/latest/
type: application
version: 6.17.0
version: 6.17.1
6 changes: 5 additions & 1 deletion charts/promtail/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Deprecation Notice

**This promtail and this chart is deprecated and will no longer receive updates or support.**

# promtail

![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)
![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)

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

Expand Down
4 changes: 4 additions & 0 deletions charts/promtail/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Deprecation Notice

**This promtail and this chart is deprecated and will no longer receive updates or support.**

{{ template "chart.header" . }}

{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
Expand Down