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 a6a2e9d  chore: update ingress subcharts version for apisix (#849)
a6a2e9d is described below

commit a6a2e9d9c2d1ab942fb6372f85ba58200ca86527
Author: AlinsRan <alins...@apache.org>
AuthorDate: Fri Jul 11 11:05:38 2025 +0800

    chore: update ingress subcharts version for apisix (#849)
---
 charts/apisix/Chart.lock                               |   6 +++---
 charts/apisix/Chart.yaml                               |   4 ++--
 .../apisix/charts/apisix-ingress-controller-1.0.1.tgz  | Bin 108166 -> 0 bytes
 .../apisix/charts/apisix-ingress-controller-1.0.2.tgz  | Bin 0 -> 108158 bytes
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock
index c410d7e..7fef2f8 100644
--- a/charts/apisix/Chart.lock
+++ b/charts/apisix/Chart.lock
@@ -7,6 +7,6 @@ dependencies:
   version: 0.8.2
 - name: apisix-ingress-controller
   repository: https://charts.apiseven.com
-  version: 1.0.1
-digest: sha256:a05753b8273b1b0e64d5ad94acc325f6191480277ae245bd23d95b696ff72cfc
-generated: "2025-07-03T18:18:51.915886+08:00"
+  version: 1.0.2
+digest: sha256:79f85a646cbd3c7b9a85898cf27463e0850b6cfdffd6df489ffa3c0fe1cb83ff
+generated: "2025-07-11T10:11:32.7016667+08:00"
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index 2cd5396..78f1c2d 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.11.1
+version: 2.11.2
 
 # 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
@@ -51,7 +51,7 @@ dependencies:
     condition: dashboard.enabled
     alias: dashboard
   - name: apisix-ingress-controller
-    version: 1.0.1
+    version: 1.0.2
     repository: https://charts.apiseven.com
     condition: ingress-controller.enabled
     alias: ingress-controller
diff --git a/charts/apisix/charts/apisix-ingress-controller-1.0.1.tgz 
b/charts/apisix/charts/apisix-ingress-controller-1.0.1.tgz
deleted file mode 100644
index 5b09423..0000000
Binary files a/charts/apisix/charts/apisix-ingress-controller-1.0.1.tgz and 
/dev/null differ
diff --git a/charts/apisix/charts/apisix-ingress-controller-1.0.2.tgz 
b/charts/apisix/charts/apisix-ingress-controller-1.0.2.tgz
new file mode 100644
index 0000000..0b093a8
Binary files /dev/null and 
b/charts/apisix/charts/apisix-ingress-controller-1.0.2.tgz differ

Reply via email to