Update index.yaml
Signed-off-by: strongjz <strongjz@users.noreply.github.com>
This commit is contained in:
parent
1a8d2f1eba
commit
d69338599b
1 changed files with 27 additions and 1 deletions
28
index.yaml
28
index.yaml
|
@ -1,6 +1,32 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
entries:
|
entries:
|
||||||
ingress-nginx:
|
ingress-nginx:
|
||||||
|
- annotations:
|
||||||
|
artifacthub.io/changes: |
|
||||||
|
- "Update Ingress-Nginx version controller-v1.9.1"
|
||||||
|
artifacthub.io/prerelease: "false"
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 1.9.1
|
||||||
|
created: "2023-10-03T20:23:44.901317747Z"
|
||||||
|
description: Ingress controller for Kubernetes using NGINX as a reverse proxy
|
||||||
|
and load balancer
|
||||||
|
digest: fac44aec8a0fe303796fa6abf46f1f8a9143ce652ba795af070549c5c6eea8de
|
||||||
|
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.8.1/ingress-nginx-4.8.1.tgz
|
||||||
|
version: 4.8.1
|
||||||
- annotations:
|
- annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "ci(helm): fix Helm Chart release action 422 error (#10237)"
|
- "ci(helm): fix Helm Chart release action 422 error (#10237)"
|
||||||
|
@ -3048,4 +3074,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: "2023-09-23T20:48:25.042342342Z"
|
generated: "2023-10-03T20:23:44.901713749Z"
|
||||||
|
|
Loading…
Reference in a new issue