Helm - Fix Chart.yaml - add license annotations, add type keyword, remove gotpl (#10287)
* 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>
This commit is contained in:
parent
fcda809ab0
commit
82e24cb399
2 changed files with 3 additions and 2 deletions
|
@ -5,12 +5,12 @@ annotations:
|
||||||
- "[helm] configure allow to configure hostAliases (#10180)"
|
- "[helm] configure allow to configure hostAliases (#10180)"
|
||||||
- "[helm] pass service annotations through helm tpl engine (#10084)"
|
- "[helm] pass service annotations through helm tpl engine (#10084)"
|
||||||
- "Update Ingress-Nginx version controller-v1.9.0-beta.0"
|
- "Update Ingress-Nginx version controller-v1.9.0-beta.0"
|
||||||
|
artifacthub.io/license: Apache-2.0
|
||||||
artifacthub.io/prerelease: "true"
|
artifacthub.io/prerelease: "true"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.9.0-beta.0
|
appVersion: 1.9.0-beta.0
|
||||||
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
|
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
|
||||||
load balancer
|
load balancer
|
||||||
engine: gotpl
|
|
||||||
home: https://github.com/kubernetes/ingress-nginx
|
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
|
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -24,4 +24,5 @@ maintainers:
|
||||||
name: ingress-nginx
|
name: ingress-nginx
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/kubernetes/ingress-nginx
|
- https://github.com/kubernetes/ingress-nginx
|
||||||
|
type: application
|
||||||
version: 4.8.0-beta.0
|
version: 4.8.0-beta.0
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[ingress-nginx](https://github.com/kubernetes/ingress-nginx) Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
|
[ingress-nginx](https://github.com/kubernetes/ingress-nginx) Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
|
||||||
|
|
||||||
 
|
  
|
||||||
|
|
||||||
To use, add `ingressClassName: nginx` spec field or the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources.
|
To use, add `ingressClassName: nginx` spec field or the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue