File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
charts/ingress-controller Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ keywords:
66 - api7
77 - crd
88type : application
9- version : 0.1.15
9+ version : 0.1.16
1010appVersion : 2.0.9
1111maintainers :
1212 - name : API7
Original file line number Diff line number Diff line change 11# api7-ingress-controller
22
3- ![ Version: 0.1.15 ] ( https://img.shields.io/badge/Version-0.1.15 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.0.9] ( https://img.shields.io/badge/AppVersion-2.0.9-informational?style=flat-square )
3+ ![ Version: 0.1.16 ] ( https://img.shields.io/badge/Version-0.1.16 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.0.9] ( https://img.shields.io/badge/AppVersion-2.0.9-informational?style=flat-square )
44
55Ingress Controller for API7
66
@@ -20,7 +20,7 @@ Ingress Controller for API7
2020| -----| ------| ---------| -------------|
2121| adc.image.pullPolicy | string | ` "IfNotPresent" ` | |
2222| adc.image.repository | string | ` "ghcr.io/api7/adc" ` | |
23- | adc.image.tag | string | ` "0.21.2 " ` | |
23+ | adc.image.tag | string | ` "0.22.1 " ` | |
2424| adc.logLevel | string | ` "info" ` | |
2525| adc.resources | object | ` {} ` | |
2626| adc.securityContext | object | ` {} ` | |
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ deployment:
3838adc :
3939 image :
4040 repository : ghcr.io/api7/adc
41- tag : " 0.21.2 "
41+ tag : " 0.22.1 "
4242 pullPolicy : IfNotPresent
4343 logLevel : " info"
4444 resources : {}
You can’t perform that action at this time.
0 commit comments