Skip to content

Commit 82e24cb

Browse files
authored
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>
1 parent fcda809 commit 82e24cb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/ingress-nginx/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ annotations:
55
- "[helm] configure allow to configure hostAliases (#10180)"
66
- "[helm] pass service annotations through helm tpl engine (#10084)"
77
- "Update Ingress-Nginx version controller-v1.9.0-beta.0"
8+
artifacthub.io/license: Apache-2.0
89
artifacthub.io/prerelease: "true"
910
apiVersion: v2
1011
appVersion: 1.9.0-beta.0
1112
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
1213
load balancer
13-
engine: gotpl
1414
home: https://github.com/kubernetes/ingress-nginx
1515
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
1616
keywords:
@@ -24,4 +24,5 @@ maintainers:
2424
name: ingress-nginx
2525
sources:
2626
- https://github.com/kubernetes/ingress-nginx
27+
type: application
2728
version: 4.8.0-beta.0

charts/ingress-nginx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[ingress-nginx](https://github.com/kubernetes/ingress-nginx) Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
44

5-
![Version: 4.8.0-beta.0](https://img.shields.io/badge/Version-4.8.0--beta.0-informational?style=flat-square) ![AppVersion: 1.9.0-beta.0](https://img.shields.io/badge/AppVersion-1.9.0--beta.0-informational?style=flat-square)
5+
![Version: 4.8.0-beta.0](https://img.shields.io/badge/Version-4.8.0--beta.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.0-beta.0](https://img.shields.io/badge/AppVersion-1.9.0--beta.0-informational?style=flat-square)
66

77
To use, add `ingressClassName: nginx` spec field or the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources.
88

0 commit comments

Comments
 (0)