From 286c3d96b59a04e1d0f7d22a20f769f67c8ded4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=BCrzeder?= <8115642+StiviiK@users.noreply.github.com> Date: Sat, 27 Apr 2019 18:20:20 +0200 Subject: [PATCH] [stable/traefik] Fixed icon url in chart.yaml (#12637) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixed icon url in Chart.yaml Signed-off-by: Stefan Kürzeder * Added newline at the end Signed-off-by: Stefan Kürzeder --- stable/traefik/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/traefik/Chart.yaml b/stable/traefik/Chart.yaml index a8fe6c2bd7..55b5fdecd8 100644 --- a/stable/traefik/Chart.yaml +++ b/stable/traefik/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: traefik -version: 1.67.0 +version: 1.67.1 appVersion: 1.7.9 description: A Traefik based Kubernetes ingress controller with Let's Encrypt support keywords: @@ -22,4 +22,4 @@ maintainers: - name: ldez email: ludovic@containo.us engine: gotpl -icon: http://traefik.io/traefik.logo.png +icon: https://docs.traefik.io/img/traefik.logo.png