Update index.yaml
Signed-off-by: k8s-ci-robot <k8s-ci-robot@users.noreply.github.com>
This commit is contained in:
parent
c28f1f1aa4
commit
38efda523c
1 changed files with 30 additions and 1 deletions
31
index.yaml
31
index.yaml
|
@ -1,6 +1,35 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
entries:
|
entries:
|
||||||
ingress-nginx:
|
ingress-nginx:
|
||||||
|
- annotations:
|
||||||
|
artifacthub.io/changes: |
|
||||||
|
- Adding support for disabling liveness and readiness probes to the Helm chart
|
||||||
|
- add:(admission-webhooks) ability to set securityContext
|
||||||
|
- Updated Helm chart to use the fullname for the electionID if not specified
|
||||||
|
- Rename controller-wehbooks-networkpolicy.yaml
|
||||||
|
artifacthub.io/prerelease: "false"
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 1.5.1
|
||||||
|
created: "2022-11-10T01:09:49.836452533Z"
|
||||||
|
description: Ingress controller for Kubernetes using NGINX as a reverse proxy
|
||||||
|
and load balancer
|
||||||
|
digest: 5c5ffcd4a19377f9e2eeb40fd8c0a2a7a9f851db74453247c357c83e1775c330
|
||||||
|
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.20.0-0'
|
||||||
|
maintainers:
|
||||||
|
- name: rikatz
|
||||||
|
- name: strongjz
|
||||||
|
- name: tao12345666333
|
||||||
|
name: ingress-nginx
|
||||||
|
sources:
|
||||||
|
- https://github.com/kubernetes/ingress-nginx
|
||||||
|
urls:
|
||||||
|
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.4.0/ingress-nginx-4.4.0.tgz
|
||||||
|
version: 4.4.0
|
||||||
- annotations:
|
- annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[8890](https://github.com/kubernetes/ingress-nginx/pull/8890) migrate to endpointslices"
|
- "[8890](https://github.com/kubernetes/ingress-nginx/pull/8890) migrate to endpointslices"
|
||||||
|
@ -2689,4 +2718,4 @@ entries:
|
||||||
urls:
|
urls:
|
||||||
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.0.0/ingress-nginx-2.0.0.tgz
|
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.0.0/ingress-nginx-2.0.0.tgz
|
||||||
version: 2.0.0
|
version: 2.0.0
|
||||||
generated: "2022-10-02T23:42:24.009280386Z"
|
generated: "2022-11-10T01:09:49.83715535Z"
|
||||||
|
|
Loading…
Reference in a new issue