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

alinsran pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git


The following commit(s) were added to refs/heads/dev by this push:
     new fdf94ff  chore: bump apisix-ingress-controller chart version in apisix 
chart v2 (#684)
fdf94ff is described below

commit fdf94ff1ee2b647033f469044b547a05d4b2a497
Author: Indrek Juhkam <[email protected]>
AuthorDate: Mon Dec 18 07:50:28 2023 +0200

    chore: bump apisix-ingress-controller chart version in apisix chart v2 
(#684)
    
    Changes included:
    * e91048d - feat: add standalone support with helm chart (#671)
    * apisix-ingress-controller chart version change from 0.12.2 to 0.13.0
    * apisix-dashboard chart version change from 0.8.0 to 0.8.1
---
 charts/apisix/Chart.lock                                |   8 ++++----
 charts/apisix/Chart.yaml                                |   6 +++---
 charts/apisix/charts/apisix-dashboard-0.8.0.tgz         | Bin 7044 -> 0 bytes
 charts/apisix/charts/apisix-dashboard-0.8.1.tgz         | Bin 0 -> 7143 bytes
 .../apisix/charts/apisix-ingress-controller-0.12.2.tgz  | Bin 18820 -> 0 bytes
 .../apisix/charts/apisix-ingress-controller-0.13.0.tgz  | Bin 0 -> 20799 bytes
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock
index 9f32b4f..632b1d7 100644
--- a/charts/apisix/Chart.lock
+++ b/charts/apisix/Chart.lock
@@ -4,9 +4,9 @@ dependencies:
   version: 8.7.7
 - name: apisix-dashboard
   repository: https://charts.apiseven.com
-  version: 0.8.0
+  version: 0.8.1
 - name: apisix-ingress-controller
   repository: https://charts.apiseven.com
-  version: 0.12.2
-digest: sha256:d796c61733f13b9cbda63e399b389e3bba6cd23f825300ccc01c940c378f6b36
-generated: "2023-11-23T11:03:39.086963003Z"
+  version: 0.13.0
+digest: sha256:6ca1fc0eb06fef4d4502a3153ed77c9cd5a382ebe65e676791afe4272ac7c796
+generated: "2023-12-14T20:21:52.603033345+02:00"
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index fd98ecd..cd73d82 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.4.0
+version: 2.5.0
 
 # 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,12 +46,12 @@ dependencies:
     repository: https://charts.bitnami.com/bitnami
     condition: etcd.enabled
   - name: apisix-dashboard
-    version: 0.8.0
+    version: 0.8.1
     repository: https://charts.apiseven.com
     condition: dashboard.enabled
     alias: dashboard
   - name: apisix-ingress-controller
-    version: 0.12.2
+    version: 0.13.0
     repository: https://charts.apiseven.com
     condition: ingress-controller.enabled
     alias: ingress-controller
diff --git a/charts/apisix/charts/apisix-dashboard-0.8.0.tgz 
b/charts/apisix/charts/apisix-dashboard-0.8.0.tgz
deleted file mode 100644
index 14281c7..0000000
Binary files a/charts/apisix/charts/apisix-dashboard-0.8.0.tgz and /dev/null 
differ
diff --git a/charts/apisix/charts/apisix-dashboard-0.8.1.tgz 
b/charts/apisix/charts/apisix-dashboard-0.8.1.tgz
new file mode 100644
index 0000000..0a93cd5
Binary files /dev/null and b/charts/apisix/charts/apisix-dashboard-0.8.1.tgz 
differ
diff --git a/charts/apisix/charts/apisix-ingress-controller-0.12.2.tgz 
b/charts/apisix/charts/apisix-ingress-controller-0.12.2.tgz
deleted file mode 100644
index f002efe..0000000
Binary files a/charts/apisix/charts/apisix-ingress-controller-0.12.2.tgz and 
/dev/null differ
diff --git a/charts/apisix/charts/apisix-ingress-controller-0.13.0.tgz 
b/charts/apisix/charts/apisix-ingress-controller-0.13.0.tgz
new file mode 100644
index 0000000..6f741aa
Binary files /dev/null and 
b/charts/apisix/charts/apisix-ingress-controller-0.13.0.tgz differ

Reply via email to