Skip to content

Commit 9e56e57

Browse files
authored
chore: upgrade ingress controller image to 2.0.12 (#227)
1 parent 70156a9 commit 9e56e57

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

charts/ingress-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ keywords:
66
- api7
77
- crd
88
type: application
9-
version: 0.1.18
10-
appVersion: 2.0.11
9+
version: 0.1.19
10+
appVersion: 2.0.12
1111
maintainers:
1212
- name: API7
1313

charts/ingress-controller/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# api7-ingress-controller
22

3-
![Version: 0.1.18](https://img.shields.io/badge/Version-0.1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.11](https://img.shields.io/badge/AppVersion-2.0.11-informational?style=flat-square)
3+
![Version: 0.1.19](https://img.shields.io/badge/Version-0.1.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.12](https://img.shields.io/badge/AppVersion-2.0.12-informational?style=flat-square)
44

55
Ingress Controller for API7
66

@@ -46,7 +46,7 @@ Ingress Controller for API7
4646
| deployment.annotations | object | `{}` | |
4747
| deployment.image.pullPolicy | string | `"IfNotPresent"` | |
4848
| deployment.image.repository | string | `"api7/api7-ingress-controller"` | |
49-
| deployment.image.tag | string | `"2.0.11"` | |
49+
| deployment.image.tag | string | `"2.0.12"` | |
5050
| deployment.nodeSelector | object | `{}` | |
5151
| deployment.podAnnotations | object | `{}` | |
5252
| deployment.podSecurityContext.fsGroup | int | `2000` | |

charts/ingress-controller/templates/cluster_role.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ rules:
9292
- httproutes/status
9393
- referencegrants/status
9494
- tcproutes/status
95+
- tlsroutes/status
9596
- udproutes/status
9697
verbs:
9798
- get
@@ -104,6 +105,7 @@ rules:
104105
- httproutes
105106
- referencegrants
106107
- tcproutes
108+
- tlsroutes
107109
- udproutes
108110
verbs:
109111
- get

charts/ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ deployment:
3434
image:
3535
repository: api7/api7-ingress-controller
3636
pullPolicy: IfNotPresent
37-
tag: "2.0.11"
37+
tag: "2.0.12"
3838
# -- Set pod resource requests & limits
3939
resources: {}
4040

0 commit comments

Comments
 (0)