This is an automated email from the ASF dual-hosted git repository.
AlinsRan 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 46c3862 chore: upgrade dependency apisix-ingress-controller to 1.2.0
(#973)
46c3862 is described below
commit 46c3862bd8cbc8b254024c8354b559a01406dab0
Author: AlinsRan <[email protected]>
AuthorDate: Mon Jun 1 16:43:26 2026 +0800
chore: upgrade dependency apisix-ingress-controller to 1.2.0 (#973)
---
charts/apisix/Chart.lock | 6 +++---
charts/apisix/Chart.yaml | 4 ++--
charts/apisix/README.md | 2 +-
.../apisix/charts/apisix-ingress-controller-1.1.1.tgz | Bin 179092 -> 0 bytes
.../apisix/charts/apisix-ingress-controller-1.2.0.tgz | Bin 0 -> 181365 bytes
charts/apisix/values.yaml | 6 ++++++
6 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock
index 7ea3a3e..d928993 100644
--- a/charts/apisix/Chart.lock
+++ b/charts/apisix/Chart.lock
@@ -4,6 +4,6 @@ dependencies:
version: 12.0.18
- name: apisix-ingress-controller
repository: https://apache.github.io/apisix-helm-chart
- version: 1.1.1
-digest: sha256:394de9f38f63e35a2b4f48901ef3965b07a8aec6849717894ad920d6089eb3eb
-generated: "2026-01-19T15:56:51.701826+08:00"
+ version: 1.2.0
+digest: sha256:69e1bda241185fb174710f296cc74f889329d3a63000db48b7d076230cde875f
+generated: "2026-06-01T15:10:40.061256508+08:00"
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index d3a6c30..d34c9af 100644
--- a/charts/apisix/Chart.yaml
+++ b/charts/apisix/Chart.yaml
@@ -31,7 +31,7 @@ type: application
# This is the chart version. This version number should be incremented each
time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 2.14.0
+version: 2.14.1
# This is the version number of the application being deployed. This version
number should be
# incremented each time you make changes to the application. Versions are not
expected to
@@ -46,7 +46,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: etcd.enabled
- name: apisix-ingress-controller
- version: 1.1.1
+ version: 1.2.0
repository: https://apache.github.io/apisix-helm-chart
condition: ingress-controller.enabled
alias: ingress-controller
diff --git a/charts/apisix/README.md b/charts/apisix/README.md
index f08bb88..6fefdc2 100644
--- a/charts/apisix/README.md
+++ b/charts/apisix/README.md
@@ -191,7 +191,7 @@ The command removes all the Kubernetes components
associated with the chart and
| image.repository | string | `"apache/apisix"` | Apache APISIX image
repository |
| image.tag | string | `"3.16.0-ubuntu"` | Apache APISIX image tag Overrides
the image tag whose default is the chart appVersion. |
| ingress | object |
`{"annotations":{},"enabled":false,"hosts":[{"host":"apisix.local","paths":[]}],"servicePort":null,"tls":[]}`
| Using ingress access Apache APISIX service |
-| ingress-controller | object | `{"enabled":false}` | Ingress controller
configuration |
+| ingress-controller | object |
`{"enabled":false,"webhook":{"enabled":false}}` | Ingress controller
configuration |
| ingress.annotations | object | `{}` | Ingress annotations |
| ingress.servicePort | number | `nil` | Service port to send traffic.
Defaults to `service.http.servicePort`. |
| initContainer.image | string | `"busybox"` | Init container image |
diff --git a/charts/apisix/charts/apisix-ingress-controller-1.1.1.tgz
b/charts/apisix/charts/apisix-ingress-controller-1.1.1.tgz
deleted file mode 100644
index cbde67a..0000000
Binary files a/charts/apisix/charts/apisix-ingress-controller-1.1.1.tgz and
/dev/null differ
diff --git a/charts/apisix/charts/apisix-ingress-controller-1.2.0.tgz
b/charts/apisix/charts/apisix-ingress-controller-1.2.0.tgz
new file mode 100644
index 0000000..c6b2023
Binary files /dev/null and
b/charts/apisix/charts/apisix-ingress-controller-1.2.0.tgz differ
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index 045b98a..f7c3a6a 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -688,3 +688,9 @@ etcd:
# -- Ingress controller configuration
ingress-controller:
enabled: false
+ webhook:
+ # Specifies whether to enable the validation webhook.
+ # Note: This feature relies on the '/apisix/admin/configs/validate'
endpoint.
+ # It requires APISIX version 3.17.0 or later to function correctly.
+ # Ensure your cluster's APISIX deployment meets this version requirement
before enabling.
+ enabled: false