From 848f046108beff5b6bb429d45b56e7d3cbcb9385 Mon Sep 17 00:00:00 2001 From: k8s-ci-robot Date: Tue, 24 Aug 2021 15:32:20 +0000 Subject: [PATCH] Update index.yaml Signed-off-by: k8s-ci-robot --- index.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/index.yaml b/index.yaml index dc32f0360..3e94eb482 100644 --- a/index.yaml +++ b/index.yaml @@ -1,6 +1,32 @@ apiVersion: v1 entries: ingress-nginx: + - annotations: + artifacthub.io/changes: | + - Support for Ingress object v1 and drop support for v1beta1 + - Update to go 1.17 + - Fix some bugs + artifacthub.io/prerelease: "false" + apiVersion: v2 + appVersion: 1.0.0 + created: "2021-08-24T15:32:20.26472923Z" + description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer + digest: 8ec593a5d3b7dea0295305b384d993817c40e4047b4ae2ed549b895435c5b417 + 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.19.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-4.0.1/ingress-nginx-4.0.1.tgz + version: 4.0.1 - annotations: artifacthub.io/changes: | - Fix default backend annotation and tests