This is an automated email from the ASF dual-hosted git repository.

zhangjintao 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 da5b313  chore: release apisix v1.6.1 with ingress v0.12.0 (#613)
da5b313 is described below

commit da5b313a22aeb678836cd542f2d7dc07c21488aa
Author: ikatlinsky <[email protected]>
AuthorDate: Tue Sep 12 16:17:42 2023 +0200

    chore: release apisix v1.6.1 with ingress v0.12.0 (#613)
---
 charts/apisix/Chart.lock                                |   6 +++---
 charts/apisix/Chart.yaml                                |   4 ++--
 .../apisix/charts/apisix-ingress-controller-0.11.7.tgz  | Bin 16791 -> 0 bytes
 .../apisix/charts/apisix-ingress-controller-0.12.0.tgz  | Bin 0 -> 17094 bytes
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock
index b0713bb..98734f6 100644
--- a/charts/apisix/Chart.lock
+++ b/charts/apisix/Chart.lock
@@ -7,6 +7,6 @@ dependencies:
   version: 0.8.0
 - name: apisix-ingress-controller
   repository: https://charts.apiseven.com
-  version: 0.11.7
-digest: sha256:459d973b6f8f20e6f80831056a0bc924cebfac139f44fe7e45abd7cc91d0142b
-generated: "2023-07-05T07:50:48.489645+02:00"
+  version: 0.12.0
+digest: sha256:1015e37a9acaf267f68a7dcb4cff33dd5959c97adcd5d46a53b6f642691ae1aa
+generated: "2023-09-11T13:58:34.232409+02:00"
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index 2ab9ff3..7f5cbf3 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: 1.6.0
+version: 1.6.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
@@ -51,7 +51,7 @@ dependencies:
     condition: dashboard.enabled
     alias: dashboard
   - name: apisix-ingress-controller
-    version: 0.11.7
+    version: 0.12.0
     repository: https://charts.apiseven.com
     condition: ingress-controller.enabled
     alias: ingress-controller
diff --git a/charts/apisix/charts/apisix-ingress-controller-0.11.7.tgz 
b/charts/apisix/charts/apisix-ingress-controller-0.11.7.tgz
deleted file mode 100644
index 8df6372..0000000
Binary files a/charts/apisix/charts/apisix-ingress-controller-0.11.7.tgz and 
/dev/null differ
diff --git a/charts/apisix/charts/apisix-ingress-controller-0.12.0.tgz 
b/charts/apisix/charts/apisix-ingress-controller-0.12.0.tgz
new file mode 100644
index 0000000..18394a6
Binary files /dev/null and 
b/charts/apisix/charts/apisix-ingress-controller-0.12.0.tgz differ

Reply via email to