Skip to content

Commit

Permalink
Deprecate Charts as they have been moved
Browse files Browse the repository at this point in the history
Signed-off-by: Torsten Walter <torsten.walter@syncier.com>
  • Loading branch information
Torsten Walter committed Dec 10, 2020
1 parent 3f99a07 commit 47ae69e
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 24 deletions.
9 changes: 4 additions & 5 deletions production/helm/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
apiVersion: "v1"
# This Chart was moved to https://github.com/grafana/helm-charts
deprecated: true
name: fluent-bit
version: 2.0.1
version: 2.0.2
appVersion: v2.0.0
kubeVersion: "^1.10.0-0"
description: "Uses fluent-bit Loki go plugin for gathering logs and sending them to Loki"
description: "DEPRECATED Uses fluent-bit Loki go plugin for gathering logs and sending them to Loki"
home: https://grafana.com/loki
icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png
sources:
- https://github.com/grafana/loki
maintainers:
- name: Loki Maintainers
email: lokiproject@googlegroups.com
engine: gotpl
4 changes: 3 additions & 1 deletion production/helm/fluent-bit/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Fluent Bit Loki chart
# ⚠️ DEPRECATED - Fluent Bit Loki chart

This chart was moved to <https://github.com/grafana/helm-charts>.

This chart install the Fluent Bit application to ship logs to Loki. It defines daemonset on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.

Expand Down
9 changes: 4 additions & 5 deletions production/helm/loki-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
apiVersion: "v1"
# This Chart was moved to https://github.com/grafana/helm-charts
deprecated: true
name: loki-stack
version: 2.1.1
version: 2.1.2
appVersion: v2.0.0
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
description: "DEPRECATED Loki: like Prometheus, but for logs."
home: https://grafana.com/loki
icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png
sources:
- https://github.com/grafana/loki
maintainers:
- name: Loki Maintainers
email: lokiproject@googlegroups.com
engine: gotpl
4 changes: 3 additions & 1 deletion production/helm/loki-stack/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Loki-Stack Helm Chart
# ⚠️ DEPRECATED - Loki-Stack Helm Chart

This chart was moved to <https://github.com/grafana/helm-charts>.

## Prerequisites

Expand Down
9 changes: 4 additions & 5 deletions production/helm/loki/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
apiVersion: "v1"
# This Chart was moved to https://github.com/grafana/helm-charts
deprecated: true
name: loki
version: 2.1.0
version: 2.1.1
appVersion: v2.0.0
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
description: "DEPRECATED Loki: like Prometheus, but for logs."
home: https://grafana.com/loki
icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png
sources:
- https://github.com/grafana/loki
maintainers:
- name: Loki Maintainers
email: lokiproject@googlegroups.com
engine: gotpl
4 changes: 3 additions & 1 deletion production/helm/loki/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Loki Helm Chart
# ⚠️ DEPRECATED - Loki Helm Chart

This chart was moved to <https://github.com/grafana/helm-charts>.

## Prerequisites

Expand Down
9 changes: 4 additions & 5 deletions production/helm/promtail/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
apiVersion: "v1"
# This Chart was moved to https://github.com/grafana/helm-charts
deprecated: true
name: promtail
version: 2.0.1
version: 2.0.2
appVersion: v2.0.0
kubeVersion: "^1.10.0-0"
description: "Responsible for gathering logs and sending them to Loki"
description: "DEPRECATED Responsible for gathering logs and sending them to Loki"
home: https://grafana.com/loki
icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png
sources:
- https://github.com/grafana/loki
maintainers:
- name: Loki Maintainers
email: lokiproject@googlegroups.com
engine: gotpl
4 changes: 3 additions & 1 deletion production/helm/promtail/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Promtail Helm Chart
# ⚠️ DEPRECATED - Promtail Helm Chart

This chart was moved to <https://github.com/grafana/helm-charts>.

## Deploy Promtail only

Expand Down

0 comments on commit 47ae69e

Please sign in to comment.