* Helm - add license annotations, add type keyword, remove gotpl Signed-off-by: junya koyama <arukiidou@yahoo.co.jp> * Helm - run helm-docs Signed-off-by: junya koyama <arukiidou@yahoo.co.jp> --------- Signed-off-by: junya koyama <arukiidou@yahoo.co.jp>
28 lines
1,002 B
YAML
28 lines
1,002 B
YAML
annotations:
|
|
artifacthub.io/changes: |2
|
|
- "ci(helm): fix Helm Chart release action 422 error (#10237)"
|
|
- "helm: Use .Release.Namespace as default for ServiceMonitor namespace (#10249)"
|
|
- "[helm] configure allow to configure hostAliases (#10180)"
|
|
- "[helm] pass service annotations through helm tpl engine (#10084)"
|
|
- "Update Ingress-Nginx version controller-v1.9.0-beta.0"
|
|
artifacthub.io/license: Apache-2.0
|
|
artifacthub.io/prerelease: "true"
|
|
apiVersion: v2
|
|
appVersion: 1.9.0-beta.0
|
|
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
|
|
load balancer
|
|
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
|
|
type: application
|
|
version: 4.8.0-beta.0
|