Skip to content

Commit 2a4bfdf

Browse files
authored
chore: release ingress 2.0.14 (#239)
1 parent fc658ae commit 2a4bfdf

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.20
10-
appVersion: 2.0.13
9+
version: 0.1.21
10+
appVersion: 2.0.14
1111
maintainers:
1212
- name: API7
1313

charts/ingress-controller/README.md

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

3-
![Version: 0.1.20](https://img.shields.io/badge/Version-0.1.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.13](https://img.shields.io/badge/AppVersion-2.0.13-informational?style=flat-square)
3+
![Version: 0.1.21](https://img.shields.io/badge/Version-0.1.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.14](https://img.shields.io/badge/AppVersion-2.0.14-informational?style=flat-square)
44

55
Ingress Controller for API7
66

@@ -20,7 +20,7 @@ Ingress Controller for API7
2020
|-----|------|---------|-------------|
2121
| adc.image.pullPolicy | string | `"IfNotPresent"` | |
2222
| adc.image.repository | string | `"ghcr.io/api7/adc"` | |
23-
| adc.image.tag | string | `"0.22.1"` | |
23+
| adc.image.tag | string | `"0.23.1"` | |
2424
| adc.logLevel | string | `"info"` | |
2525
| adc.resources | object | `{}` | |
2626
| adc.securityContext | object | `{}` | |
@@ -48,7 +48,7 @@ Ingress Controller for API7
4848
| deployment.annotations | object | `{}` | |
4949
| deployment.image.pullPolicy | string | `"IfNotPresent"` | |
5050
| deployment.image.repository | string | `"api7/api7-ingress-controller"` | |
51-
| deployment.image.tag | string | `"2.0.13"` | |
51+
| deployment.image.tag | string | `"2.0.14"` | |
5252
| deployment.nodeSelector | object | `{}` | |
5353
| deployment.podAnnotations | object | `{}` | |
5454
| deployment.podSecurityContext.fsGroup | int | `2000` | |

charts/ingress-controller/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ deployment:
3434
image:
3535
repository: api7/api7-ingress-controller
3636
pullPolicy: IfNotPresent
37-
tag: "2.0.13"
37+
tag: "2.0.14"
3838
# -- Set pod resource requests & limits
3939
resources: {}
4040

4141
adc:
4242
image:
4343
repository: ghcr.io/api7/adc
44-
tag: "0.22.1"
44+
tag: "0.23.1"
4545
pullPolicy: IfNotPresent
4646
logLevel: "info"
4747
resources: {}

0 commit comments

Comments
 (0)