1 Star 0 Fork 0

lex / ingress-nginx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.yaml 61.20 KB
一键复制 编辑 原始数据 按行查看 历史
rikatz 提交于 2021-09-22 12:45 . Update index.yaml
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574
apiVersion: v1
entries:
ingress-nginx:
- annotations:
artifacthub.io/changes: |
- Downgrade NGINX to v1.19.9
- Update Base Image to alpine 3.14.2
artifacthub.io/prerelease: "false"
apiVersion: v2
appVersion: 1.0.1
created: "2021-09-22T12:12:53.686381828Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 7daf7c134a867ce2d195ba9d52251eb423335a66dca5e05aaf1364223625a4f5
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.19.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.0.2/ingress-nginx-4.0.2.tgz
version: 4.0.2
- annotations:
artifacthub.io/changes: |
- Support for Ingress object v1 and drop support for v1beta1
- Update to go 1.17
- Fix some bugs
artifacthub.io/prerelease: "false"
apiVersion: v2
appVersion: 1.0.0
created: "2021-08-24T15:32:20.26472923Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 8ec593a5d3b7dea0295305b384d993817c40e4047b4ae2ed549b895435c5b417
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.19.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.0.1/ingress-nginx-4.0.1.tgz
version: 4.0.1
- annotations:
artifacthub.io/changes: |
- Fix default backend annotation and tests
artifacthub.io/prerelease: "true"
apiVersion: v2
appVersion: 1.0.0-beta.3
created: "2021-08-13T22:32:20.870784614Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: c395a66693111c72094aad7badf42960ebcc9ce7ae06515dd0e9a8f114423eff
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.19.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.0.0-beta.3/ingress-nginx-4.0.0-beta.3.tgz
version: 4.0.0-beta.3
- annotations:
artifacthub.io/changes: |
- Drop support for extensions/v1beta1, networking.k8s.io/v1beta1
- Change webhook-certgen to use internal image
artifacthub.io/prerelease: "true"
apiVersion: v2
appVersion: 1.0.0-beta.2
created: "2021-08-12T19:06:45.388350164Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 643985bd1c8b7f8f7281256bef473c46c400d733ab231d31f6c308da2982cd67
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.19.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.0.0-beta.2/ingress-nginx-4.0.0-beta.2.tgz
version: 4.0.0-beta.2
- annotations:
artifacthub.io/changes: |
- Drop support for extensions/v1beta1, networking.k8s.io/v1beta1
artifacthub.io/prerelease: "true"
apiVersion: v2
appVersion: 1.0.0-beta.1
created: "2021-08-03T17:45:45.653466723Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 4a944a97aad87bc955c93e1c7a40f2a3d1fdb928a5cc363ed52a11398cd6f280
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.19.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.0.0/ingress-nginx-4.0.0.tgz
version: 4.0.0-beta.1
- annotations:
artifacthub.io/changes: |
- Add option to disable snippet annotations
- Downgrade NGINX to v1.19.9
apiVersion: v2
appVersion: 0.49.1
created: "2021-09-22T12:45:13.932318132Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 1f9589f72163516cb3d2c254d1c9010a7af5d86e4c6cddb979ae5a84694fd711
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.37.0/ingress-nginx-3.37.0.tgz
version: 3.37.0
- annotations:
artifacthub.io/changes: |
- Migrate the webhook-certgen program inside ingress repo.
- Fix forwarding of auth-response-headers to gRPC backends
apiVersion: v2
appVersion: 0.49.0
created: "2021-08-21T16:50:39.035205422Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 2e3681e052c9ae62674fd83db02f33f7fb45a98582c6c999b217d62a936e58da
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.36.0/ingress-nginx-3.36.0.tgz
version: 3.36.0
- annotations:
artifacthub.io/changes: |
- Add namespace field in the namespace scoped resource templates
apiVersion: v2
appVersion: 0.48.1
created: "2021-08-03T14:35:46.714056139Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: f2843a2b9f1f8fe2716f1761784e4f4712161d5dd0c6bd58bea4bd0f3abb6ea1
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.35.0/ingress-nginx-3.35.0.tgz
version: 3.35.0
- annotations:
artifacthub.io/changes: |
- Add namespace field in the namespace scoped resource templates
apiVersion: v2
appVersion: 0.47.0
created: "2021-06-22T11:38:53.525189187Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 0f0f856ceef4c05023ac9d4ce1d1937711290059b33824a7c37f2c0810623fb6
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.34.0/ingress-nginx-3.34.0.tgz
version: 3.34.0
- annotations:
artifacthub.io/changes: |
- Update nginx to v1.20.1
apiVersion: v2
appVersion: 0.47.0
created: "2021-06-06T16:23:21.535360996Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 52ec03a3ebbca9ff08de5087ecf45c444db317f73d2e4b12845625db1e10fb3a
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.33.0/ingress-nginx-3.33.0.tgz
version: 3.33.0
- annotations:
artifacthub.io/changes: |
- Removes the possibility of using localhost in ExternalNames as endpoints
apiVersion: v2
appVersion: 0.46.0
created: "2021-06-02T09:53:22.403057445Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 147258822cff2e0efc736fe045f3843f1b1bd5244abfa0e806797ef092b81730
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.32.0/ingress-nginx-3.32.0.tgz
version: 3.32.0
- annotations:
artifacthub.io/changes: |
- Removes the possibility of using localhost in ExternalNames as endpoints
apiVersion: v2
appVersion: 0.46.0
created: "2021-05-18T13:38:49.491675977Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 5d90062df12d7f6459248252e79c7e58c9390d3be685de97ccb81429bd1530fd
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.31.0/ingress-nginx-3.31.0.tgz
version: 3.31.0
- annotations:
artifacthub.io/changes: |
- Removes the possibility of using localhost in ExternalNames as endpoints
apiVersion: v2
appVersion: 0.46.0
created: "2021-04-30T23:04:46.976559126Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 07661d7eee5d14daac6414f146754eb010f564c8b9423d5fca00262fa87bf862
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.30.0/ingress-nginx-3.30.0.tgz
version: 3.30.0
- annotations:
artifacthub.io/changes: |
- Add ability to specify jobLabel for ServiceMonitor
apiVersion: v2
appVersion: 0.45.0
created: "2021-04-08T14:14:19.369056733Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: e3d16be993a0b29fa05f92560efcc01032c9c932c0faa77e64d732a12ac85d99
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.29.0/ingress-nginx-3.29.0.tgz
version: 3.29.0
- annotations:
artifacthub.io/changes: |
- Update ingress-nginx v0.45.0
apiVersion: v2
appVersion: 0.45.0
created: "2021-04-07T19:35:58.835361184Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 1594370766664cb18beffd5fad8aae7e0baa81a1bca581c54625b249b70f16c4
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.28.0/ingress-nginx-3.28.0.tgz
version: 3.28.0
- annotations:
artifacthub.io/changes: |
- Update ingress-nginx v0.45.0
apiVersion: v2
appVersion: 0.45.0
created: "2021-04-06T17:51:15.276561635Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: d1b54dc6ad22492d1c2dd9f8899a44a73b09107929d97309dd68b1f632a2b558
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.27.0/ingress-nginx-3.27.0.tgz
version: 3.27.0
- annotations:
artifacthub.io/changes: |
- Changed servicePort value for metrics
apiVersion: v2
appVersion: 0.44.0
created: "2021-03-31T14:58:12.224359164Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: a38f8b71465fca2719242cebeacf9b1deed95347b277dcc24eac4fd958756ed4
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.26.0/ingress-nginx-3.26.0.tgz
version: 3.26.0
- annotations:
artifacthub.io/changes: |
- Add ability to specify automountServiceAccountToken
apiVersion: v2
appVersion: 0.44.0
created: "2021-03-23T15:34:35.111253962Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 3e271eb6fb789e4fa461f9f4574d921faafae5f14aa3ac77ce74bbc1078755ce
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.25.0/ingress-nginx-3.25.0.tgz
version: 3.25.0
- annotations:
artifacthub.io/changes: |
- Add volumes to default-backend deployment
apiVersion: v2
appVersion: 0.44.0
created: "2021-03-09T22:29:53.552530464Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 270c83e6ac7d82af7caab73c94aefd213364077417baa5b5316cca32e2b6b57d
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.24.0/ingress-nginx-3.24.0.tgz
version: 3.24.0
- annotations:
artifacthub.io/changes: |
- Update ingress-nginx v0.44.0
apiVersion: v2
appVersion: 0.44.0
created: "2021-02-04T14:17:20.136149563Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: a1999d0ed90ab34418fb3f3e54024a9ff74d77c9ea3b7d3ec42e0bd5adc5e6f8
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.23.0/ingress-nginx-3.23.0.tgz
version: 3.23.0
- annotations:
artifacthub.io/changes: |
- Add value for configuring a custom Diffie-Hellman parameters file
- Allow use of numeric namespaces in helm chart
apiVersion: v2
appVersion: 0.43.0
created: "2021-01-28T14:10:44.867923184Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: c1b27d3aa897fa3d29d4a04d327912540504145192e4ecd81b151ca2ba579176
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.22.0/ingress-nginx-3.22.0.tgz
version: 3.22.0
- annotations:
artifacthub.io/changes: |
- Add custom annotations to ScaledObject
- Adding quotes in the serviceAccount name in Helm values
- Remove ClusterRole when scope option is enabled
- Update kube-webhook-certgen image to v1.5.1
apiVersion: v2
appVersion: 0.43.0
created: "2021-01-20T18:51:15.626180939Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 04d64852d144673a920602a5598ddd7e78f9a852605bbe0f9f0c68e5c7910f9b
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.21.0/ingress-nginx-3.21.0.tgz
version: 3.21.0
- annotations:
artifacthub.io/changes: |
- Do not create KEDA in case of DaemonSets.
- Fix KEDA v2 definition
apiVersion: v2
appVersion: 0.43.0
created: "2021-01-14T12:22:03.120395174Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 42b25dc4c178cefc912c00f63d556333b84afeb30fefa1fa634367521ad1d1c4
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.20.1/ingress-nginx-3.20.1.tgz
version: 3.20.1
- annotations:
artifacthub.io/changes: |
- Do not create HPA for defaultbackend if not enabled.
apiVersion: v2
appVersion: 0.43.0
created: "2021-01-12T17:19:00.718560731Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: d5888efdd69caa153e124e4cb80a6ea08fbaf8115f7e64423b4b4750945e25d0
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.20.0/ingress-nginx-3.20.0.tgz
version: 3.20.0
- annotations:
artifacthub.io/changes: |
- Update ingress-nginx v0.43.0
apiVersion: v2
appVersion: 0.43.0
created: "2020-12-30T17:54:55.067699023Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 9f5525f135e7744c47273aff512bb514a5a39500bd8150734eb5bcef5d0183cb
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.19.0/ingress-nginx-3.19.0.tgz
version: 3.19.0
- annotations:
artifacthub.io/changes: |
- Allow volume-type emptyDir in controller podsecuritypolicy
- Improve parsing of helm parameters
apiVersion: v2
appVersion: 0.42.0
created: "2020-12-29T14:42:10.526202515Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 966a6fc9bf7099c977d05de70ca354b911b9a4d40a48153baf1d80d3d4931636
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.18.0/ingress-nginx-3.18.0.tgz
version: 3.18.0
- annotations:
artifacthub.io/changes: |
- Update ingress-nginx v0.42.0
apiVersion: v2
appVersion: 0.42.0
created: "2020-12-24T19:11:58.359434862Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: b6b928d4a96bcade471071c7477da17c340976aeb413241bbb8e4d56061c0aa6
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.17.0/ingress-nginx-3.17.0.tgz
version: 3.17.0
- annotations:
artifacthub.io/changes: |
- Added LoadBalancerIP value for internal service
- Fix chart-releaser action
apiVersion: v2
appVersion: 0.41.2
created: "2020-12-21T20:16:59.198784939Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: f3349cf2f21c0086d99d84ef504b3029a4bf5311788e99b6eaf62ab4235a3744
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-3.16.1/ingress-nginx-3.16.1.tgz
version: 3.16.1
- annotations:
artifacthub.io/changes: |
- Fix chart-releaser action
apiVersion: v2
appVersion: 0.41.2
created: "2020-12-09T10:50:23.15848791Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 78764f04aac60035cd8a30f61651b9928c34a6be6635c82c74f526bdf5c858c8
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.15.2/ingress-nginx-3.15.2.tgz
version: 3.15.2
- annotations:
artifacthub.io/changes: |
- Fix default backend HPA name variable
apiVersion: v2
appVersion: 0.41.2
created: "2020-12-04T23:03:37.278739515Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 65c6cc3155ca7c72b68eaf996b822fce4139ba512adb35ce57b717c768e4f3c7
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.13.0/ingress-nginx-3.13.0.tgz
version: 3.13.0
- annotations:
artifacthub.io/changes: |
- Remove helm2 support and update docs
apiVersion: v2
appVersion: 0.41.2
created: "2020-11-24T22:27:44.779638585Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 1f255ab987240954c4c58cc4a945133b7613305d53018bd58f60dd835d12789a
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
type: application
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.12.0/ingress-nginx-3.12.0.tgz
version: 3.12.0
- annotations:
artifacthub.io/changes: |
- Reorder HPA resource list to work with GitOps tooling
apiVersion: v1
appVersion: 0.41.2
created: "2020-11-24T14:32:11.095003146Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: fdbf20ba639c04bba3939e0598c3925f709dfe533eb277e3690cc8db6f9dea27
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.11.1/ingress-nginx-3.11.1.tgz
version: 3.11.1
- annotations:
artifacthub.io/changes: |
- Support Keda Autoscaling
apiVersion: v1
appVersion: 0.41.2
created: "2020-11-19T20:29:53.701721878Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: c332a5b8ededca9b585d592ab4b509bc18f25d0ad776771688056e91bc0e9510
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.11.0/ingress-nginx-3.11.0.tgz
version: 3.11.0
- annotations:
artifacthub.io/changes: |
- Update ingress-nginx image to v0.41.2
apiVersion: v1
appVersion: 0.41.2
created: "2020-11-12T20:35:26.997076283Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 20f6b9b904af9fe03832d353268420a5d1f7d9f3042e164eaac8e4bafcf22f15
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.10.1/ingress-nginx-3.10.1.tgz
version: 3.10.1
- annotations:
artifacthub.io/changes: |
- Fix routing regression introduced in 0.41.0 with PathType Exact
apiVersion: v1
appVersion: 0.41.1
created: "2020-11-12T15:37:45.28389953Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: ad988537e2859760f0237a4e3ef2e11086ab6c96add4de5a94596f22bdef34fc
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.10.0/ingress-nginx-3.10.0.tgz
version: 3.10.0
- annotations:
artifacthub.io/changes: |
- Add Default backend HPA autoscaling
apiVersion: v1
appVersion: 0.41.0
created: "2020-11-09T14:51:41.630921401Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 2d4e6b62b26ecb59f377d315405392f2c5c6bfe1cfcb217dea6528872849903c
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.9.0/ingress-nginx-3.9.0.tgz
version: 3.9.0
- annotations:
artifacthub.io/changes: |
- Update jettech/kube-webhook-certgen image
- Added loadBalancerSourceRanges for internal lbs
- Add securitycontext settings on defaultbackend
- Fix controller service annotations
- Initial helm chart changelog
apiVersion: v1
appVersion: 0.41.0
created: "2020-11-03T17:59:12.100537283Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 4bad599094fd711a6e22d747b53e8d0586622b1be8a032eb2082ee15be35601a
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.8.0/ingress-nginx-3.8.0.tgz
version: 3.8.0
- apiVersion: v1
appVersion: 0.40.2
created: "2020-10-14T14:59:04.62947683Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 32352efe42f3a9bf3f5cf755c01859f66260bcfa3fbe681c73a2cb46e7e5a544
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.7.1/ingress-nginx-3.7.1.tgz
version: 3.7.1
- apiVersion: v1
appVersion: 0.40.2
created: "2020-10-12T19:01:49.912498143Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 924f82cc2f46225eba4424fe696cdbf13e18ba00cd2ab4a5b20e516a7697a0ab
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.7.0/ingress-nginx-3.7.0.tgz
version: 3.7.0
- apiVersion: v1
appVersion: 0.40.2
created: "2020-10-09T20:03:58.141787497Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 4df147555e70747aec4be2fef1500c021b7f5f80a2b90f23df6e6e70ded1cc27
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.6.0/ingress-nginx-3.6.0.tgz
version: 3.6.0
- apiVersion: v1
appVersion: 0.40.2
created: "2020-10-08T21:46:10.645821958Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 1c9816c809f8339790c3afe1dacd6540f7bfe8fa31cde663e0ede6fc644e48fe
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.5.1/ingress-nginx-3.5.1.tgz
version: 3.5.1
- apiVersion: v1
appVersion: 0.40.2
created: "2020-10-06T19:50:22.138422579Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 271f67309c7d378d643a290debdbaa26582045ea6e4a3740941fd2642f6e08b8
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.4.1/ingress-nginx-3.4.1.tgz
version: 3.4.1
- apiVersion: v1
appVersion: 0.40.1
created: "2020-10-02T18:31:07.240129482Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 118d334a59337089bb2bebb37464d7ff04463a45e318361b1ff2f77df1e2014a
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.4.0/ingress-nginx-3.4.0.tgz
version: 3.4.0
- apiVersion: v1
appVersion: 0.40.0
created: "2020-10-01T20:54:44.845807571Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 21bd1f9f98996f725261f7c6c2728f7af907d80aa72f93c75e2c91a7234caad1
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.3.1/ingress-nginx-3.3.1.tgz
version: 3.3.1
- apiVersion: v1
appVersion: 0.35.0
created: "2020-09-21T17:21:32.79195958Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: fb678de328cafe1fa628fdd3c40d9be5c57bd55cf0b0f791454ac9fa65579a87
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.3.0/ingress-nginx-3.3.0.tgz
version: 3.3.0
- apiVersion: v1
appVersion: 0.35.0
created: "2020-09-21T14:17:43.963256351Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 7ae28747b924d8a9009cfb88991381048b449708ad66775ec02caaa75b95302a
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.2.0/ingress-nginx-3.2.0.tgz
version: 3.2.0
- apiVersion: v1
appVersion: 0.35.0
created: "2020-09-16T13:15:09.235343163Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 99d234768fd39ed3b7d11fd8d60a8e94f10ba0956159548074621289d7a6fc3a
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.1.0/ingress-nginx-3.1.0.tgz
version: 3.1.0
- apiVersion: v1
appVersion: 0.35.0
created: "2020-09-15T17:51:26.814955106Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: b07847ba03dff09a04f3c42c821abd24a3654a9d96626ae6fb3628f3a1adf8f8
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.16.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-3.0.0/ingress-nginx-3.0.0.tgz
version: 3.0.0
- apiVersion: v1
appVersion: 0.35.0
created: "2020-09-11T13:53:18.035377754Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: e218dc24614f64e2886314c71c804ca10d159298aaa56a1dcc0097e64d6ebd5f
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.16.0/ingress-nginx-2.16.0.tgz
version: 2.16.0
- apiVersion: v1
appVersion: 0.35.0
created: "2020-09-01T18:42:57.491168879Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 5d04ac849c6c85d611c83e7d605942a73f267b90f9b002ff4c4d8e33253b8e89
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.15.0/ingress-nginx-2.15.0.tgz
version: 2.15.0
- apiVersion: v1
appVersion: 0.35.0
created: "2020-09-01T14:52:50.361525043Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: a776425159a63fd6b74c5ab0ff20b41f0b1076aafd814111c44605a211adce66
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.14.0/ingress-nginx-2.14.0.tgz
version: 2.14.0
- apiVersion: v1
appVersion: 0.35.0
created: "2020-08-28T14:25:45.065736329Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: e36d605e06c4fedbfaafb66e7c9d223aa9f1b84ef56ac3f10861230e2349eb83
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.13.0/ingress-nginx-2.13.0.tgz
version: 2.13.0
- apiVersion: v1
appVersion: 0.34.1
created: "2020-08-26T02:46:57.571285025Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 66d6ef8f8a05d84726303ad56ba5b65d44a6a6990f48aff8f71c6f825ea2a3af
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.12.1/ingress-nginx-2.12.1.tgz
version: 2.12.1
- apiVersion: v1
appVersion: 0.34.1
created: "2020-08-24T14:06:44.989188865Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: bff9a8de9d5bd824138bb1f2eb06b958bd94d5e7ff67adc1f78c8490ca064b4c
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.12.0/ingress-nginx-2.12.0.tgz
version: 2.12.0
- apiVersion: v1
appVersion: 0.34.1
created: "2020-08-19T01:22:10.202597859Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: ba9e441868e5fcd561beb770525f608d2dcf25f654974b622eaa17de6a5768d4
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.11.3/ingress-nginx-2.11.3.tgz
version: 2.11.3
- apiVersion: v1
appVersion: 0.34.1
created: "2020-07-29T15:13:02.213075959Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 2f3658373cf878d11b981e2179e3d165106dccc03f39904d35b2c7d6e90e88f4
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.11.2/ingress-nginx-2.11.2.tgz
version: 2.11.2
- apiVersion: v1
appVersion: 0.34.1
created: "2020-07-15T20:34:34.000504331Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 98e6395947d9eeda47659aa6965e55c6ddb2619f72dc5c9c94b248a71a732b3b
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.11.1/ingress-nginx-2.11.1.tgz
version: 2.11.1
- apiVersion: v1
appVersion: 0.34.0
created: "2020-07-10T12:58:40.29783269Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 5260dc4d867ae022559033a28ca9e3f4e8bee7a2aae6f17e024d3d58127f5f30
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.11.0/ingress-nginx-2.11.0.tgz
version: 2.11.0
- apiVersion: v1
appVersion: 0.33.0
created: "2020-07-03T20:51:51.642367633Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 9e11874e9d25fd2601f67bd28d060df56054c3cb9e4fc85778e821ba15f7d95c
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.10.0/ingress-nginx-2.10.0.tgz
version: 2.10.0
- apiVersion: v1
appVersion: 0.33.0
created: "2020-07-01T14:04:03.664286769Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: b2343b03f4616e1130c75e2014ee5e922e8a52192cca00b293271b69addc2a95
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.9.1/ingress-nginx-2.9.1.tgz
version: 2.9.1
- apiVersion: v1
appVersion: 0.33.0
created: "2020-06-25T22:42:55.271983213Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 47a9cef18e43c8e74e98e442554beb5a17f59f7b996f439baa83c44d08d14486
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.9.0/ingress-nginx-2.9.0.tgz
version: 2.9.0
- apiVersion: v1
appVersion: 0.33.0
created: "2020-06-24T15:28:34.151526148Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: fac551b3c305d67d8e2c48cb1408d9f842d0e27d33a1210a54ec15e61613b1bf
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.8.0/ingress-nginx-2.8.0.tgz
version: 2.8.0
- apiVersion: v1
appVersion: 0.33.0
created: "2020-06-22T23:54:54.19860699Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 172821bba934f69615bc2e4ae4e9e8cd577cf7f9e8be8dc7f2802257ab16d1c0
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.7.1/ingress-nginx-2.7.1.tgz
version: 2.7.1
- apiVersion: v1
appVersion: 0.33.0
created: "2020-06-18T16:09:50.450966019Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: c7fbc7010a30218abf33b233f57dbbed683626cc61ac912d395e91f9050bc15d
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.7.0/ingress-nginx-2.7.0.tgz
version: 2.7.0
- apiVersion: v1
appVersion: 0.33.0
created: "2020-06-16T17:41:27.490151615Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 61c157786624550245a0e19a41aa0ca5578b02d266ce7b499f6b657fb76e489a
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.6.0/ingress-nginx-2.6.0.tgz
version: 2.6.0
- apiVersion: v1
appVersion: 0.33.0
created: "2020-06-16T15:29:24.916415837Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: a1145fcf60ad669d0fa78eaae94bad1463d4fa4cef8101f442adaa156e034623
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.5.0/ingress-nginx-2.5.0.tgz
version: 2.5.0
- apiVersion: v1
appVersion: 0.33.0
created: "2020-06-11T14:26:27.77612335Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 9154aba3231ba69b23a9c80a7451258a1429aa2ba60a9e7185ec80943ba89ad3
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.4.0/ingress-nginx-2.4.0.tgz
version: 2.4.0
- apiVersion: v1
appVersion: 0.32.0
created: "2020-05-21T14:53:57.568416196Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: e4ce612f4947a0d8e196e4a030f13f4b29a9ba9b7e4d81406098f7a0b2139c7f
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.3.0/ingress-nginx-2.3.0.tgz
version: 2.3.0
- apiVersion: v1
appVersion: 0.32.0
created: "2020-05-20T16:02:50.526507073Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 216956498286a7a791ecf453f5dce37c00002c05df42356c4f3b48bfb1b7a990
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.2.0/ingress-nginx-2.2.0.tgz
version: 2.2.0
- apiVersion: v1
appVersion: 0.32.0
created: "2020-05-04T20:49:33.702713789Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 52e8f50066c6d3d81d0b9f8f5cc064f49da784344c92e109e0c0b6b0bd925c8e
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.1.0/ingress-nginx-2.1.0.tgz
version: 2.1.0
- apiVersion: v1
appVersion: 0.32.0
created: "2020-05-01T15:17:43.751789075Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: f62f6a20858f4bf5acb68e18f31a148002fae7378b68cff7325d135a99d6c30c
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.0.3/ingress-nginx-2.0.3.tgz
version: 2.0.3
- apiVersion: v1
appVersion: 0.31.1
created: "2020-04-30T02:45:13.213308357Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: fa43fb36ceb7ad739c1cec020c979d0b4e6f93945bcef9f6db91c7d836a1c0df
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.0.2/ingress-nginx-2.0.2.tgz
version: 2.0.2
- apiVersion: v1
appVersion: 0.31.1
created: "2020-04-27T14:44:46.676012721Z"
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
digest: 65f3797b58e9bc94eeaa0238b8e50db0153288f6081b251e95406dfde5ab2d3f
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.0.1/ingress-nginx-2.0.1.tgz
version: 2.0.1
- apiVersion: v1
appVersion: 0.31.0
created: "2020-04-26T21:05:22.019562847Z"
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
digest: 6b64d60da3b00130210b58a346c3f6a62dbebfcd3a9d8845a9137c9b0f02df1d
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.10.0-0'
maintainers:
- name: ChiefAlexander
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
urls:
- https://github.com/kubernetes/ingress-nginx/releases/download/ingress-nginx-2.0.0/ingress-nginx-2.0.0.tgz
version: 2.0.0
generated: "2020-04-26T21:05:21.59370903Z"
1
https://gitee.com/lex921/ingress-nginx.git
git@gitee.com:lex921/ingress-nginx.git
lex921
ingress-nginx
ingress-nginx
gh-pages

搜索帮助