This is an automated email from the ASF dual-hosted git repository.
ronething pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new a7ae1ad chore: release apisix-ingress-controller 2.0.1 (#932)
a7ae1ad is described below
commit a7ae1ad85cfcdacad8c812a0c8481c7b1ed8f5ed
Author: Ashing Zheng <[email protected]>
AuthorDate: Mon Jan 19 15:43:48 2026 +0800
chore: release apisix-ingress-controller 2.0.1 (#932)
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: {}