Update index.yaml
Signed-off-by: strongjz <strongjz@users.noreply.github.com>
This commit is contained in:
parent
9b3827a584
commit
b6764bd26f
1 changed files with 39 additions and 1 deletions
40
index.yaml
40
index.yaml
|
@ -1,6 +1,44 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
entries:
|
entries:
|
||||||
ingress-nginx:
|
ingress-nginx:
|
||||||
|
- annotations:
|
||||||
|
artifacthub.io/changes: |
|
||||||
|
- "Upgrade alpine 3.17.2"
|
||||||
|
- "Upgrade golang 1.20"
|
||||||
|
- "Drop testing/support for Kubernetes 1.23"
|
||||||
|
- "docs(helm): fix value key in readme for enabling certManager (#9640)"
|
||||||
|
- "Update Ingress-Nginx version controller-v1.7.0"
|
||||||
|
- "feat: OpenTelemetry module integration (#9062)"
|
||||||
|
- "canary-weight-total annotation ignored in rule backends (#9729)"
|
||||||
|
- "fix controller psp's volume config (#9740)"
|
||||||
|
- "Fix several Helm YAML issues with extraModules and extraInitContainers (#9709)"
|
||||||
|
- "Chart: Drop `controller.headers`, rework DH param secret. (#9659)"
|
||||||
|
- "Deployment/DaemonSet: Label pods using `ingress-nginx.labels`. (#9732)"
|
||||||
|
- "HPA: autoscaling/v2beta1 deprecated, bump apiVersion to v2 for defaultBackend (#9731)"
|
||||||
|
- "Fix incorrect annotation name in upstream hashing configuration (#9617)"
|
||||||
|
artifacthub.io/prerelease: "false"
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 4.6.0
|
||||||
|
created: "2023-03-24T17:23:40.712897147Z"
|
||||||
|
description: Ingress controller for Kubernetes using NGINX as a reverse proxy
|
||||||
|
and load balancer
|
||||||
|
digest: c692fde630a81ea7d5d6b26ab25877a80170b5b24c31aa3dfd2e5cf8d2c186d4
|
||||||
|
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.5.4/ingress-nginx-4.5.4.tgz
|
||||||
|
version: 4.5.4
|
||||||
- annotations:
|
- annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "add lint on chart before release (#9570)"
|
- "add lint on chart before release (#9570)"
|
||||||
|
@ -2836,4 +2874,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-02-15T01:37:03.119539251Z"
|
generated: "2023-03-24T17:23:40.713256548Z"
|
||||||
|
|
Loading…
Reference in a new issue