From f3ae1f60e3932e358ea6d8982b3533b5d209fa2f Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Wed, 4 Nov 2020 08:39:13 -0500 Subject: [PATCH] helm chart: Fix broken logo (#2651) * Fix broken logo The log has moved, so Chart.yaml logo is incorrect. This causes tools like CNCF Artifact Hub to fail displaying the logo. * Update all logos. Signed-off-by: Cyril Tovena Co-authored-by: Cyril Tovena --- production/helm/fluent-bit/Chart.yaml | 4 ++-- production/helm/loki-stack/Chart.yaml | 4 ++-- production/helm/loki/Chart.yaml | 4 ++-- production/helm/promtail/Chart.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/production/helm/fluent-bit/Chart.yaml b/production/helm/fluent-bit/Chart.yaml index 03f1bd1595b10..a2e9a831bc0ab 100644 --- a/production/helm/fluent-bit/Chart.yaml +++ b/production/helm/fluent-bit/Chart.yaml @@ -1,11 +1,11 @@ apiVersion: "v1" name: fluent-bit -version: 2.0.0 +version: 2.0.1 appVersion: v2.0.0 kubeVersion: "^1.10.0-0" description: "Uses fluent-bit Loki go plugin for gathering logs and sending them to Loki" home: https://grafana.com/loki -icon: https://github.com/grafana/loki/raw/master/docs/logo.png +icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png sources: - https://github.com/grafana/loki maintainers: diff --git a/production/helm/loki-stack/Chart.yaml b/production/helm/loki-stack/Chart.yaml index a2109654616d6..285e71ba464a2 100644 --- a/production/helm/loki-stack/Chart.yaml +++ b/production/helm/loki-stack/Chart.yaml @@ -1,11 +1,11 @@ apiVersion: "v1" name: loki-stack -version: 2.0.0 +version: 2.0.1 appVersion: v2.0.0 kubeVersion: "^1.10.0-0" description: "Loki: like Prometheus, but for logs." home: https://grafana.com/loki -icon: https://github.com/grafana/loki/raw/master/docs/logo.png +icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png sources: - https://github.com/grafana/loki maintainers: diff --git a/production/helm/loki/Chart.yaml b/production/helm/loki/Chart.yaml index 6806bd9699f3c..281e4e5a3c372 100644 --- a/production/helm/loki/Chart.yaml +++ b/production/helm/loki/Chart.yaml @@ -1,11 +1,11 @@ apiVersion: "v1" name: loki -version: 2.0.0 +version: 2.0.1 appVersion: v2.0.0 kubeVersion: "^1.10.0-0" description: "Loki: like Prometheus, but for logs." home: https://grafana.com/loki -icon: https://github.com/grafana/loki/raw/master/docs/logo.png +icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png sources: - https://github.com/grafana/loki maintainers: diff --git a/production/helm/promtail/Chart.yaml b/production/helm/promtail/Chart.yaml index 18fc6fb4a7e71..7b7c4a4eeb025 100644 --- a/production/helm/promtail/Chart.yaml +++ b/production/helm/promtail/Chart.yaml @@ -1,11 +1,11 @@ apiVersion: "v1" name: promtail -version: 2.0.0 +version: 2.0.1 appVersion: v2.0.0 kubeVersion: "^1.10.0-0" description: "Responsible for gathering logs and sending them to Loki" home: https://grafana.com/loki -icon: https://github.com/grafana/loki/raw/master/docs/logo.png +icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png sources: - https://github.com/grafana/loki maintainers: