Skip to content

Commit 14b4510

Browse files
authored
chore: upgrade ingress version to 2.0.1 (#181)
Signed-off-by: ashing <[email protected]>
1 parent 36fb657 commit 14b4510

File tree

5 files changed

+2010
-172
lines changed

5 files changed

+2010
-172
lines changed

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.1
10-
appVersion: 2.0.0
9+
version: 0.1.2
10+
appVersion: 2.0.1
1111
sources:
1212
- https://github.com/api7/api7-helm-chart

charts/ingress-controller/README.md

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

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

55
Ingress Controller for API7
66

@@ -27,12 +27,13 @@ Ingress Controller for API7
2727
| config.probeAddr | string | `":8081"` | |
2828
| config.provider.initSyncDelay | string | `"20m"` | |
2929
| config.provider.syncPeriod | string | `"0s"` | |
30+
| config.provider.type | string | `"api7ee"` | |
3031
| config.secureMetrics | string | `""` | |
3132
| deployment.affinity | object | `{}` | |
3233
| deployment.annotations | object | `{}` | |
3334
| deployment.image.pullPolicy | string | `"IfNotPresent"` | |
3435
| deployment.image.repository | string | `"api7/api7-ingress-controller"` | |
35-
| deployment.image.tag | string | `"2.0.0"` | |
36+
| deployment.image.tag | string | `"2.0.1"` | |
3637
| deployment.nodeSelector | object | `{}` | |
3738
| deployment.podAnnotations | object | `{}` | |
3839
| deployment.podSecurityContext.allowPrivilegeEscalation | bool | `false` | |

0 commit comments

Comments
 (0)