This is an automated email from the ASF dual-hosted git repository. ronething pushed a commit to branch chore/upgrade_ingress in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
commit 486ecd4bfdd6fec8025dfb8df07a6591a48b10f3 Author: Ashing Zheng <[email protected]> AuthorDate: Mon Jan 19 13:31:39 2026 +0800 chore: release apisix-ingress-controller 2.0.1 Signed-off-by: Ashing Zheng <[email protected]> --- charts/apisix-ingress-controller/Chart.yaml | 4 ++-- charts/apisix-ingress-controller/README.md | 2 +- charts/apisix-ingress-controller/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/apisix-ingress-controller/Chart.yaml b/charts/apisix-ingress-controller/Chart.yaml index 0615753..24a5f09 100644 --- a/charts/apisix-ingress-controller/Chart.yaml +++ b/charts/apisix-ingress-controller/Chart.yaml @@ -24,8 +24,8 @@ keywords: - nginx - crd type: application -version: 1.1.0 -appVersion: 2.0.0 +version: 1.1.1 +appVersion: 2.0.1 sources: - https://github.com/apache/apisix-helm-chart diff --git a/charts/apisix-ingress-controller/README.md b/charts/apisix-ingress-controller/README.md index 5436ab0..11e821c 100644 --- a/charts/apisix-ingress-controller/README.md +++ b/charts/apisix-ingress-controller/README.md @@ -133,7 +133,7 @@ The same for container level, you need to set: | deployment.annotations | object | `{}` | Add annotations to Apache APISIX ingress controller resource | | deployment.image.pullPolicy | string | `"IfNotPresent"` | | | deployment.image.repository | string | `"apache/apisix-ingress-controller"` | | -| deployment.image.tag | string | `"2.0.0"` | | +| deployment.image.tag | string | `"2.0.1"` | | | deployment.nodeSelector | object | `{}` | | | deployment.podAnnotations | object | `{}` | | | deployment.podSecurityContext | object | `{"fsGroup":2000}` | Set security context for the pod fsGroup: 2000 ensures containers can share Unix socket files via a common group. | diff --git a/charts/apisix-ingress-controller/values.yaml b/charts/apisix-ingress-controller/values.yaml index da48023..c9ac9d3 100644 --- a/charts/apisix-ingress-controller/values.yaml +++ b/charts/apisix-ingress-controller/values.yaml @@ -64,7 +64,7 @@ deployment: image: repository: apache/apisix-ingress-controller pullPolicy: IfNotPresent - tag: "2.0.0" + tag: "2.0.1" # -- Set pod resource requests & limits resources: {}
