feat: upgrading etcd version in helm chart dependency for apisix (#507)

* feat: upgrading etcd version in helm chart dependency for apisix

* chore: bump apisix chart version to 1.3.0
diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock
index 2f1c607..1637cf2 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: 8.3.4
+  version: 8.7.7
 - name: apisix-dashboard
   repository: https://charts.apiseven.com
   version: 0.8.0
 - name: apisix-ingress-controller
   repository: https://charts.apiseven.com
   version: 0.11.3
-digest: sha256:7b70ad741c7bbad8c75f6a304732432119852a2afc2e9b06630ba15819fdc0fc
-generated: "2023-02-16T12:01:51.939303+08:00"
+digest: sha256:8a51b27cbe92105963e0867739fcb318e0694d5aab885f5b1dcc1d0275e0db7e
+generated: "2023-03-10T14:47:46.703992+01:00"
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index 6e6a377..93af529 100644
--- a/charts/apisix/Chart.yaml
+++ b/charts/apisix/Chart.yaml
@@ -31,7 +31,7 @@
 # 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.2.0
+version: 1.3.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
@@ -42,7 +42,7 @@
 
 dependencies:
   - name: etcd
-    version: 8.3.4
+    version: 8.7.7
     repository: https://charts.bitnami.com/bitnami
     condition: etcd.enabled
   - name: apisix-dashboard
diff --git a/charts/apisix/charts/etcd-8.3.4.tgz b/charts/apisix/charts/etcd-8.3.4.tgz
deleted file mode 100644
index 187abd8..0000000
--- a/charts/apisix/charts/etcd-8.3.4.tgz
+++ /dev/null
Binary files differ
diff --git a/charts/apisix/charts/etcd-8.7.7.tgz b/charts/apisix/charts/etcd-8.7.7.tgz
new file mode 100644
index 0000000..5f68f5d
--- /dev/null
+++ b/charts/apisix/charts/etcd-8.7.7.tgz
Binary files differ