From 17b62fcc2b45c133a3ebc8af81873aee62c46600 Mon Sep 17 00:00:00 2001 From: Guerlielton Campos Date: Thu, 30 Apr 2026 11:18:32 +0100 Subject: [PATCH] chore: release apisix-ingress-controller charts to 1.1.3 --- 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 0704772b..86336070 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.2 -appVersion: 2.0.1 +version: 1.1.3 +appVersion: 2.0.2 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 62916d65..96bbdc2c 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.1"` | | +| deployment.image.tag | string | `"2.0.2"` | | | deployment.imagePullSecrets | list | `[]` | | | deployment.nodeSelector | object | `{}` | | | deployment.podAnnotations | object | `{}` | | diff --git a/charts/apisix-ingress-controller/values.yaml b/charts/apisix-ingress-controller/values.yaml index 70d597e6..84b94bc5 100644 --- a/charts/apisix-ingress-controller/values.yaml +++ b/charts/apisix-ingress-controller/values.yaml @@ -65,7 +65,7 @@ deployment: image: repository: apache/apisix-ingress-controller pullPolicy: IfNotPresent - tag: "2.0.1" + tag: "2.0.2" # -- Set pod resource requests & limits resources: {}