Skip to content

Commit

Permalink
helm chart: Fix broken logo (grafana#2651)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

Co-authored-by: Cyril Tovena <[email protected]>
  • Loading branch information
scottrigby and cyriltovena authored Nov 4, 2020
1 parent 5beb1ab commit 37d48e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions production/helm/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions production/helm/loki-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions production/helm/loki/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions production/helm/promtail/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 37d48e7

Please sign in to comment.