This is an automated email from the ASF dual-hosted git repository.
kvn 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 520a6c1 chore: bump etcd to 6.2.6 (#100)
520a6c1 is described below
commit 520a6c127159670620c052db9b905f763e35f849
Author: Shuyang Wu <[email protected]>
AuthorDate: Mon Jun 14 03:49:50 2021 -0400
chore: bump etcd to 6.2.6 (#100)
Signed-off-by: yiyiyimu <[email protected]>
---
charts/apisix/Chart.lock | 2 +-
charts/apisix/Chart.yaml | 2 +-
charts/apisix/charts/etcd-5.2.1.tgz | Bin 34939 -> 0 bytes
charts/apisix/charts/etcd-6.2.6.tgz | Bin 0 -> 34140 bytes
charts/apisix/values.yaml | 2 ++
5 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock
index e31f91e..8dfefbd 100644
--- a/charts/apisix/Chart.lock
+++ b/charts/apisix/Chart.lock
@@ -1,7 +1,7 @@
dependencies:
- name: etcd
repository: https://charts.bitnami.com/bitnami
- version: 5.2.1
+ version: 6.2.6
- name: apisix-dashboard
repository: https://charts.apiseven.com
version: 0.1.4
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index 64e6b05..d3a0c7f 100644
--- a/charts/apisix/Chart.yaml
+++ b/charts/apisix/Chart.yaml
@@ -40,7 +40,7 @@ appVersion: 2.6.0
dependencies:
- name: etcd
- version: 5.2.1
+ version: 6.2.6
repository: https://charts.bitnami.com/bitnami
condition: etcd.enabled
- name: apisix-dashboard
diff --git a/charts/apisix/charts/etcd-5.2.1.tgz
b/charts/apisix/charts/etcd-5.2.1.tgz
deleted file mode 100644
index 1df6384..0000000
Binary files a/charts/apisix/charts/etcd-5.2.1.tgz and /dev/null differ
diff --git a/charts/apisix/charts/etcd-6.2.6.tgz
b/charts/apisix/charts/etcd-6.2.6.tgz
new file mode 100644
index 0000000..e6a5354
Binary files /dev/null and b/charts/apisix/charts/etcd-6.2.6.tgz differ
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index ad49792..a88e757 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -211,6 +211,8 @@ etcd:
service:
port: 2379
+ replicaCount: 3
+
dashboard:
enabled: false