Skip to content

Commit 81c7610

Browse files
authored
chore: upgrade ingress controller to 2.0.2 (#189)
Signed-off-by: Nic <qianyong@api7.ai>
1 parent 6ebd752 commit 81c7610

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/ingress-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- api7
77
- crd
88
type: application
9-
version: 0.1.4
10-
appVersion: 2.0.1
9+
version: 0.1.5
10+
appVersion: 2.0.2
1111
sources:
1212
- https://github.com/api7/api7-helm-chart

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.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.1](https://img.shields.io/badge/AppVersion-2.0.1-informational?style=flat-square)
3+
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.2](https://img.shields.io/badge/AppVersion-2.0.2-informational?style=flat-square)
44

55
Ingress Controller for API7
66

@@ -33,7 +33,7 @@ Ingress Controller for API7
3333
| deployment.annotations | object | `{}` | |
3434
| deployment.image.pullPolicy | string | `"IfNotPresent"` | |
3535
| deployment.image.repository | string | `"api7/api7-ingress-controller"` | |
36-
| deployment.image.tag | string | `"2.0.1"` | |
36+
| deployment.image.tag | string | `"2.0.2"` | |
3737
| deployment.nodeSelector | object | `{}` | |
3838
| deployment.podAnnotations | object | `{}` | |
3939
| 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.1"
34+
tag: "2.0.2"
3535

3636
config:
3737
logLevel: "info"

0 commit comments

Comments
 (0)