Start migration of helm chart (#5159)
This commit is contained in:
parent
7e65b90c4b
commit
624cb5f048
67 changed files with 2977 additions and 0 deletions
18
charts/ingress-nginx/Chart.yaml
Normal file
18
charts/ingress-nginx/Chart.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
apiVersion: v1
|
||||
name: nginx-ingress
|
||||
version: 1.32.0
|
||||
appVersion: 0.30.0
|
||||
home: https://github.com/kubernetes/ingress-nginx
|
||||
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
|
||||
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
|
||||
keywords:
|
||||
- ingress
|
||||
- nginx
|
||||
sources:
|
||||
- https://github.com/kubernetes/ingress-nginx
|
||||
maintainers:
|
||||
- name: ChiefAlexander
|
||||
- name: taharah
|
||||
email: Trevor.G.Wood@gmail.com
|
||||
engine: gotpl
|
||||
kubeVersion: ">=1.10.0-0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue