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

juzhiyuan 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 9a7e577  dep: update etcd to 3.5.4 (#318)
9a7e577 is described below

commit 9a7e5773a3725659cc0378d4f117a757e93a9f53
Author: Sarasa Kisaragi <[email protected]>
AuthorDate: Thu Jul 28 18:26:30 2022 +0800

    dep: update etcd to 3.5.4 (#318)
    
    Signed-off-by: Ling Samuel <[email protected]>
---
 charts/apisix/Chart.lock            |   6 +++---
 charts/apisix/Chart.yaml            |   4 ++--
 charts/apisix/charts/etcd-7.0.4.tgz | Bin 41227 -> 0 bytes
 charts/apisix/charts/etcd-8.3.4.tgz | Bin 0 -> 42526 bytes
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock
index 220ea7c..7ba9605 100644
--- a/charts/apisix/Chart.lock
+++ b/charts/apisix/Chart.lock
@@ -1,12 +1,12 @@
 dependencies:
 - name: etcd
   repository: https://charts.bitnami.com/bitnami
-  version: 7.0.4
+  version: 8.3.4
 - name: apisix-dashboard
   repository: https://charts.apiseven.com
   version: 0.6.0
 - name: apisix-ingress-controller
   repository: https://charts.apiseven.com
   version: 0.9.3
-digest: sha256:386debe76c9e351112f4b1a8152846193bd2ac78ad61eef31ba451b48da9af73
-generated: "2022-07-21T16:34:07.260029886+08:00"
+digest: sha256:ec765a3e06c74c2ebfaf272e41085bf56d536a47aeb3df52ff13d91e846507b3
+generated: "2022-07-28T15:08:46.471214696+08:00"
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index b728226..4c256cf 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: 0.10.1
+version: 0.10.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
@@ -40,7 +40,7 @@ appVersion: 2.14.1
 
 dependencies:
   - name: etcd
-    version: 7.0.4
+    version: 8.3.4
     repository: https://charts.bitnami.com/bitnami
     condition: etcd.enabled
   - name: apisix-dashboard
diff --git a/charts/apisix/charts/etcd-7.0.4.tgz 
b/charts/apisix/charts/etcd-7.0.4.tgz
deleted file mode 100644
index a50025d..0000000
Binary files a/charts/apisix/charts/etcd-7.0.4.tgz and /dev/null differ
diff --git a/charts/apisix/charts/etcd-8.3.4.tgz 
b/charts/apisix/charts/etcd-8.3.4.tgz
new file mode 100644
index 0000000..187abd8
Binary files /dev/null and b/charts/apisix/charts/etcd-8.3.4.tgz differ

Reply via email to