From 5336568dc544a850cc770b9711a494fa7b568706 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Mon, 21 Sep 2020 11:49:27 -0400 Subject: [PATCH 1/2] 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. --- production/helm/loki/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/production/helm/loki/Chart.yaml b/production/helm/loki/Chart.yaml index 024f4fe375e98..e029e8d35fa32 100644 --- a/production/helm/loki/Chart.yaml +++ b/production/helm/loki/Chart.yaml @@ -1,11 +1,11 @@ apiVersion: "v1" name: loki -version: 0.31.1 +version: 0.31.2 appVersion: v1.6.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: From ffb7daee90d147575cdd978f49a8143e9e80a0ee Mon Sep 17 00:00:00 2001 From: Cyril Tovena Date: Wed, 4 Nov 2020 14:37:39 +0100 Subject: [PATCH 2/2] Update all logos. Signed-off-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 5e49494fbe3ef..281e4e5a3c372 100644 --- a/production/helm/loki/Chart.yaml +++ b/production/helm/loki/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: "v1" name: loki -version: 2.0.0 -appVersion: v2.0.1 +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 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: