Skip to content

Commit 91ea799

Browse files
authored
chore: upgrade ingress controller image to 2.0.8 (#215)
Signed-off-by: Ashing Zheng <[email protected]>
1 parent 756de76 commit 91ea799

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-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.13
10-
appVersion: 2.0.7
9+
version: 0.1.14
10+
appVersion: 2.0.8
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.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.7](https://img.shields.io/badge/AppVersion-2.0.7-informational?style=flat-square)
3+
![Version: 0.1.14](https://img.shields.io/badge/Version-0.1.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.8](https://img.shields.io/badge/AppVersion-2.0.8-informational?style=flat-square)
44

55
Ingress Controller for API7
66

@@ -44,7 +44,7 @@ Ingress Controller for API7
4444
| deployment.annotations | object | `{}` | |
4545
| deployment.image.pullPolicy | string | `"IfNotPresent"` | |
4646
| deployment.image.repository | string | `"api7/api7-ingress-controller"` | |
47-
| deployment.image.tag | string | `"2.0.7"` | |
47+
| deployment.image.tag | string | `"2.0.8"` | |
4848
| deployment.nodeSelector | object | `{}` | |
4949
| deployment.podAnnotations | object | `{}` | |
5050
| deployment.podSecurityContext | object | `{}` | |

charts/ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ deployment:
3131
image:
3232
repository: api7/api7-ingress-controller
3333
pullPolicy: IfNotPresent
34-
tag: "2.0.7"
34+
tag: "2.0.8"
3535
# -- Set pod resource requests & limits
3636
resources: {}
3737

0 commit comments

Comments
 (0)