Skip to content

Commit d0e5c52

Browse files
authored
feat: bump apisix-ingress-controller's adc to 0.22.1 (#899)
1 parent 95b07ad commit d0e5c52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/apisix-ingress-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ keywords:
2424
- nginx
2525
- crd
2626
type: application
27-
version: 1.0.6
27+
version: 1.0.7
2828
appVersion: 2.0.0-rc5
2929
sources:
3030
- https://github.com/apache/apisix-helm-chart

charts/apisix-ingress-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The same for container level, you need to set:
127127
| config.provider.syncPeriod | string | `"1m"` | |
128128
| config.provider.type | string | `"apisix"` | |
129129
| config.secureMetrics | bool | `false` | |
130-
| deployment.adcContainer | object | `{"config":{"logLevel":"info"},"image":{"repository":"ghcr.io/api7/adc","tag":"0.21.2"}}` | Set adc sidecar container configuration |
130+
| deployment.adcContainer | object | `{"config":{"logLevel":"info"},"image":{"repository":"ghcr.io/api7/adc","tag":"0.22.1"}}` | Set adc sidecar container configuration |
131131
| deployment.affinity | object | `{}` | |
132132
| deployment.annotations | object | `{}` | Add annotations to Apache APISIX ingress controller resource |
133133
| deployment.image.pullPolicy | string | `"IfNotPresent"` | |

charts/apisix-ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ deployment:
7272
adcContainer:
7373
image:
7474
repository: ghcr.io/api7/adc
75-
tag: "0.21.2"
75+
tag: "0.22.1"
7676
config:
7777
logLevel: "info"
7878

0 commit comments

Comments
 (0)