From 47ae69e5f5af145c16e183f472a4aa409c7e196d Mon Sep 17 00:00:00 2001 From: Torsten Walter Date: Sun, 4 Oct 2020 00:12:21 +0200 Subject: [PATCH] Deprecate Charts as they have been moved Signed-off-by: Torsten Walter --- production/helm/fluent-bit/Chart.yaml | 9 ++++----- production/helm/fluent-bit/README.md | 4 +++- production/helm/loki-stack/Chart.yaml | 9 ++++----- production/helm/loki-stack/README.md | 4 +++- production/helm/loki/Chart.yaml | 9 ++++----- production/helm/loki/README.md | 4 +++- production/helm/promtail/Chart.yaml | 9 ++++----- production/helm/promtail/README.md | 4 +++- 8 files changed, 28 insertions(+), 24 deletions(-) diff --git a/production/helm/fluent-bit/Chart.yaml b/production/helm/fluent-bit/Chart.yaml index a2e9a831bc0a..c1b78a4830c1 100644 --- a/production/helm/fluent-bit/Chart.yaml +++ b/production/helm/fluent-bit/Chart.yaml @@ -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 diff --git a/production/helm/fluent-bit/README.md b/production/helm/fluent-bit/README.md index 8af1a8fe2f40..c218dd3a3b0f 100644 --- a/production/helm/fluent-bit/README.md +++ b/production/helm/fluent-bit/README.md @@ -1,4 +1,6 @@ -# Fluent Bit Loki chart +# ⚠️ DEPRECATED - Fluent Bit Loki chart + +This chart was moved to . 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. diff --git a/production/helm/loki-stack/Chart.yaml b/production/helm/loki-stack/Chart.yaml index c9718c2582de..c8b0318c0123 100644 --- a/production/helm/loki-stack/Chart.yaml +++ b/production/helm/loki-stack/Chart.yaml @@ -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 diff --git a/production/helm/loki-stack/README.md b/production/helm/loki-stack/README.md index a4548ece1ad2..4c240261815a 100644 --- a/production/helm/loki-stack/README.md +++ b/production/helm/loki-stack/README.md @@ -1,4 +1,6 @@ -# Loki-Stack Helm Chart +# ⚠️ DEPRECATED - Loki-Stack Helm Chart + +This chart was moved to . ## Prerequisites diff --git a/production/helm/loki/Chart.yaml b/production/helm/loki/Chart.yaml index 39664938c843..ebbab96e9048 100644 --- a/production/helm/loki/Chart.yaml +++ b/production/helm/loki/Chart.yaml @@ -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 diff --git a/production/helm/loki/README.md b/production/helm/loki/README.md index 56def3dd994f..f2418156fed9 100644 --- a/production/helm/loki/README.md +++ b/production/helm/loki/README.md @@ -1,4 +1,6 @@ -# Loki Helm Chart +# ⚠️ DEPRECATED - Loki Helm Chart + +This chart was moved to . ## Prerequisites diff --git a/production/helm/promtail/Chart.yaml b/production/helm/promtail/Chart.yaml index 7b7c4a4eeb02..b7a2f9099b19 100644 --- a/production/helm/promtail/Chart.yaml +++ b/production/helm/promtail/Chart.yaml @@ -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 diff --git a/production/helm/promtail/README.md b/production/helm/promtail/README.md index 9eb09435a209..abb19c776184 100644 --- a/production/helm/promtail/README.md +++ b/production/helm/promtail/README.md @@ -1,4 +1,6 @@ -# Promtail Helm Chart +# ⚠️ DEPRECATED - Promtail Helm Chart + +This chart was moved to . ## Deploy Promtail only