From 486ecd4bfdd6fec8025dfb8df07a6591a48b10f3 Mon Sep 17 00:00:00 2001 From: Ashing Zheng Date: Mon, 19 Jan 2026 13:31:39 +0800 Subject: [PATCH] chore: release apisix-ingress-controller 2.0.1 Signed-off-by: Ashing Zheng --- 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 0615753f..24a5f090 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 5436ab04..11e821cf 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 da48023f..c9ac9d3c 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: {}