Skip to content

Commit d8fb74b

Browse files
authored
chore: upgrade adc to 0.27.1 for ingress (#987)
1 parent 750cb55 commit d8fb74b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.2.0
27+
version: 1.2.1
2828
appVersion: 2.1.0
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
@@ -129,7 +129,7 @@ The same for container level, you need to set:
129129
| config.provider.syncPeriod | string | `"1m"` | |
130130
| config.provider.type | string | `"apisix"` | |
131131
| config.secureMetrics | bool | `false` | |
132-
| deployment.adcContainer | object | `{"config":{"logLevel":"info"},"image":{"repository":"ghcr.io/api7/adc","tag":"0.26.0"}}` | Set adc sidecar container configuration |
132+
| deployment.adcContainer | object | `{"config":{"logLevel":"info"},"image":{"repository":"ghcr.io/api7/adc","tag":"0.27.1"}}` | Set adc sidecar container configuration |
133133
| deployment.affinity | object | `{}` | |
134134
| deployment.annotations | object | `{}` | Add annotations to Apache APISIX ingress controller resource |
135135
| 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
@@ -73,7 +73,7 @@ deployment:
7373
adcContainer:
7474
image:
7575
repository: ghcr.io/api7/adc
76-
tag: "0.26.0"
76+
tag: "0.27.1"
7777
config:
7878
logLevel: "info"
7979

0 commit comments

Comments
 (0)