Skip to content

Commit 45e83d5

Browse files
authored
feat: bump api7-ingress-controller's adc to 0.22.1 (#224)
1 parent ce2d777 commit 45e83d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/ingress-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- api7
77
- crd
88
type: application
9-
version: 0.1.15
9+
version: 0.1.16
1010
appVersion: 2.0.9
1111
maintainers:
1212
- name: API7

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.15](https://img.shields.io/badge/Version-0.1.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.9](https://img.shields.io/badge/AppVersion-2.0.9-informational?style=flat-square)
3+
![Version: 0.1.16](https://img.shields.io/badge/Version-0.1.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.9](https://img.shields.io/badge/AppVersion-2.0.9-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.21.2"` | |
23+
| adc.image.tag | string | `"0.22.1"` | |
2424
| adc.logLevel | string | `"info"` | |
2525
| adc.resources | object | `{}` | |
2626
| adc.securityContext | object | `{}` | |

charts/ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ deployment:
3838
adc:
3939
image:
4040
repository: ghcr.io/api7/adc
41-
tag: "0.21.2"
41+
tag: "0.22.1"
4242
pullPolicy: IfNotPresent
4343
logLevel: "info"
4444
resources: {}

0 commit comments

Comments
 (0)