File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
charts/ingress-controller Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Ingress Controller for API7
6969| gateway.type | string | ` "NodePort" ` | Apache APISIX service type for user access itself |
7070| image.pullPolicy | string | ` "Always" ` | |
7171| image.repository | string | ` "api7/api7-ingress-controller" ` | |
72- | image.tag | string | ` "dev " ` | |
72+ | image.tag | string | ` "2.0.0 " ` | |
7373| imagePullSecrets | list | ` [] ` | |
7474| labelsOverride | object | ` {} ` | Override default labels assigned to Apache APISIX ingress controller resource |
7575| nameOverride | string | ` "" ` | |
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ replicaCount: 1
3030image :
3131 repository : api7/api7-ingress-controller
3232 pullPolicy : Always
33- tag : " dev "
33+ tag : " 2.0.0 "
3434
3535podAnnotations : {}
3636
You can’t perform that action at this time.
0 commit comments