From 9796511b7039382e41a7d1f78987a0155d2cae0f Mon Sep 17 00:00:00 2001 From: rikatz Date: Wed, 22 Sep 2021 12:45:14 +0000 Subject: [PATCH] Update index.yaml Signed-off-by: rikatz --- index.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/index.yaml b/index.yaml index 762575115..2982dbac5 100644 --- a/index.yaml +++ b/index.yaml @@ -125,6 +125,30 @@ entries: urls: - https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.0.0/ingress-nginx-4.0.0.tgz version: 4.0.0-beta.1 + - annotations: + artifacthub.io/changes: | + - Add option to disable snippet annotations + - Downgrade NGINX to v1.19.9 + apiVersion: v2 + appVersion: 0.49.1 + created: "2021-09-22T12:45:13.932318132Z" + description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer + digest: 1f9589f72163516cb3d2c254d1c9010a7af5d86e4c6cddb979ae5a84694fd711 + 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 + type: application + urls: + - https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.37.0/ingress-nginx-3.37.0.tgz + version: 3.37.0 - annotations: artifacthub.io/changes: | - Migrate the webhook-certgen program inside ingress repo.