diff --git a/README.md b/README.md index 51c08b34..b8cfea0b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Kangal - Automatic loader [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kangal)](https://artifacthub.io/packages/search?repo=kangal) [![codecov](https://codecov.io/gh/hellofresh/kangal/branch/master/graph/badge.svg)](https://codecov.io/gh/hellofresh/kangal) -

+

Run performance tests in Kubernetes cluster with Kangal. ___ @@ -61,8 +61,8 @@ Read more about each of them in [docs/README.md](docs/README.md). The diagram below illustrates the workflow for Kangal in Kubernetes infrastructure.

- - Architectural diagram + + Architectural diagram

diff --git a/charts/kangal/Chart.yaml b/charts/kangal/Chart.yaml index 103f6f6f..c3eb6abb 100644 --- a/charts/kangal/Chart.yaml +++ b/charts/kangal/Chart.yaml @@ -8,7 +8,7 @@ keywords: name: kangal version: 1.4.5 home: https://github.com/hellofresh/kangal -icon: https://raw.githubusercontent.com/hellofresh/kangal/master/kangal_logo.svg +icon: https://raw.githubusercontent.com/hellofresh/kangal/master/logo.svg maintainers: - name: Kangal email: kangal@hellofresh.com diff --git a/architectural_diagram.png b/diagram.png similarity index 100% rename from architectural_diagram.png rename to diagram.png diff --git a/kangal_logo.svg b/logo.svg similarity index 100% rename from kangal_logo.svg rename to logo.svg