From 2a156074d56e4384ba05d1665d04318f8a837eb6 Mon Sep 17 00:00:00 2001 From: aledbf Date: Thu, 12 Nov 2020 20:35:27 +0000 Subject: [PATCH] Update index.yaml Signed-off-by: aledbf --- index.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/index.yaml b/index.yaml index 446e97de5..5ef54a3af 100644 --- a/index.yaml +++ b/index.yaml @@ -1,6 +1,29 @@ apiVersion: v1 entries: ingress-nginx: + - annotations: + artifacthub.io/changes: | + - Update ingress-nginx image to v0.41.2 + apiVersion: v1 + appVersion: 0.41.2 + created: "2020-11-12T20:35:26.997076283Z" + description: Ingress controller for Kubernetes using NGINX as a reverse proxy + and load balancer + digest: 20f6b9b904af9fe03832d353268420a5d1f7d9f3042e164eaac8e4bafcf22f15 + home: https://github.com/kubernetes/ingress-nginx + icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png + keywords: + - ingress + - nginx + kubeVersion: '>=1.16.0-0' + maintainers: + - name: ChiefAlexander + name: ingress-nginx + sources: + - https://github.com/kubernetes/ingress-nginx + urls: + - https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.10.1/ingress-nginx-3.10.1.tgz + version: 3.10.1 - annotations: artifacthub.io/changes: | - Fix routing regression introduced in 0.41.0 with PathType Exact