Skip to content

Commit fd9409e

Browse files
committed
chore: upgrade adc-server to 0.24.2 for ingress
1 parent 7e5b8df commit fd9409e

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.1.1
27+
version: 1.1.2
2828
appVersion: 2.0.1
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
@@ -128,7 +128,7 @@ The same for container level, you need to set:
128128
| config.provider.syncPeriod | string | `"1m"` | |
129129
| config.provider.type | string | `"apisix"` | |
130130
| config.secureMetrics | bool | `false` | |
131-
| deployment.adcContainer | object | `{"config":{"logLevel":"info"},"image":{"repository":"ghcr.io/api7/adc","tag":"0.23.1"}}` | Set adc sidecar container configuration |
131+
| deployment.adcContainer | object | `{"config":{"logLevel":"info"},"image":{"repository":"ghcr.io/api7/adc","tag":"0.24.2"}}` | Set adc sidecar container configuration |
132132
| deployment.affinity | object | `{}` | |
133133
| deployment.annotations | object | `{}` | Add annotations to Apache APISIX ingress controller resource |
134134
| 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.23.1"
75+
tag: "0.24.2"
7676
config:
7777
logLevel: "info"
7878

0 commit comments

Comments
 (0)