Skip to content

Commit 69a734b

Browse files
authored
chore: release ingress controller 2.0.0 image (#109)
Signed-off-by: Nic <[email protected]>
1 parent a6a4a00 commit 69a734b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/ingress-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 | `""` | |

charts/ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ replicaCount: 1
3030
image:
3131
repository: api7/api7-ingress-controller
3232
pullPolicy: Always
33-
tag: "dev"
33+
tag: "2.0.0"
3434

3535
podAnnotations: {}
3636

0 commit comments

Comments
 (0)