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.0.2
9+ version : 0.0.3
1010appVersion : 2.0.0
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.0.2 ] ( https://img.shields.io/badge/Version-0.0.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.0.0] ( https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square )
3+ ![ Version: 0.0.3 ] ( https://img.shields.io/badge/Version-0.0.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.0.0] ( https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square )
44
55Ingress Controller for API7
66
@@ -67,7 +67,7 @@ Ingress Controller for API7
6767| gateway.tls.servicePort | int | ` 443 ` | |
6868| gateway.tls.sslProtocols | string | ` "TLSv1.2 TLSv1.3" ` | TLS protocols allowed to use. |
6969| gateway.type | string | ` "NodePort" ` | Apache APISIX service type for user access itself |
70- | image.pullPolicy | string | ` "Always " ` | |
70+ | image.pullPolicy | string | ` "IfNotPresent " ` | |
7171| image.repository | string | ` "api7/api7-ingress-controller" ` | |
7272| image.tag | string | ` "2.0.0" ` | |
7373| imagePullSecrets | list | ` [] ` | |
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ replicaCount: 1
2929
3030image :
3131 repository : api7/api7-ingress-controller
32- pullPolicy : Always
32+ pullPolicy : IfNotPresent
3333 tag : " 2.0.0"
3434
3535podAnnotations : {}
You can’t perform that action at this time.
0 commit comments