File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
charts/ingress-controller Expand file tree Collapse file tree 3 files changed +5
-5
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.8
10- appVersion : 2.0.3
9+ version : 0.1.9
10+ appVersion : 2.0.4
1111sources :
1212 - https://github.com/api7/api7-helm-chart
Original file line number Diff line number Diff line change 11# api7-ingress-controller
22
3- ![ Version: 0.1.8 ] ( https://img.shields.io/badge/Version-0.1.8 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.0.3 ] ( https://img.shields.io/badge/AppVersion-2.0.3 -informational?style=flat-square )
3+ ![ Version: 0.1.9 ] ( https://img.shields.io/badge/Version-0.1.9 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.0.4 ] ( https://img.shields.io/badge/AppVersion-2.0.4 -informational?style=flat-square )
44
55Ingress Controller for API7
66
@@ -33,7 +33,7 @@ Ingress Controller for API7
3333| deployment.annotations | object | ` {} ` | |
3434| deployment.image.pullPolicy | string | ` "IfNotPresent" ` | |
3535| deployment.image.repository | string | ` "api7/api7-ingress-controller" ` | |
36- | deployment.image.tag | string | ` "2.0.3 " ` | |
36+ | deployment.image.tag | string | ` "2.0.4 " ` | |
3737| deployment.nodeSelector | object | ` {} ` | |
3838| deployment.podAnnotations | object | ` {} ` | |
3939| deployment.podSecurityContext | object | ` {} ` | |
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ deployment:
3131 image :
3232 repository : api7/api7-ingress-controller
3333 pullPolicy : IfNotPresent
34- tag : " 2.0.3 "
34+ tag : " 2.0.4 "
3535 # -- Set pod resource requests & limits
3636 resources : {}
3737
You can’t perform that action at this time.
0 commit comments