This is an automated email from the ASF dual-hosted git repository.
liuhan pushed a commit to branch schema-storage
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-helm.git
The following commit(s) were added to refs/heads/schema-storage by this push:
new 522338a update etcd version
522338a is described below
commit 522338afad5cac3fbfd503f26568898f46ea06e0
Author: mrproliu <[email protected]>
AuthorDate: Mon Feb 2 17:07:12 2026 +0800
update etcd version
---
test/e2e/e2e-banyandb-cluster-schema-etcd.yaml | 2 +-
test/e2e/e2e-banyandb-cluster.yaml | 2 +-
test/e2e/e2e-banyandb-fodc-proxy-service.yaml | 2 +-
test/e2e/e2e-banyandb-lifecycle.yaml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml
b/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml
index 52e06c1..02f0a23 100644
--- a/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml
+++ b/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml
@@ -45,7 +45,7 @@ setup:
- name: Install etcd
command: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- helm -n istio-system install etcd bitnami/etcd \
+ helm -n istio-system install etcd bitnami/etcd --version 12.0.18 \
--set replicaCount=1 \
--set auth.rbac.create=true \
--set auth.rbac.allowNoneAuthentication=false \
diff --git a/test/e2e/e2e-banyandb-cluster.yaml
b/test/e2e/e2e-banyandb-cluster.yaml
index 840929c..c7a83eb 100644
--- a/test/e2e/e2e-banyandb-cluster.yaml
+++ b/test/e2e/e2e-banyandb-cluster.yaml
@@ -45,7 +45,7 @@ setup:
- name: Install etcd
command: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- helm -n istio-system install etcd bitnami/etcd \
+ helm -n istio-system install etcd bitnami/etcd --version 12.0.18 \
--set replicaCount=1 \
--set auth.rbac.create=true \
--set auth.rbac.allowNoneAuthentication=false \
diff --git a/test/e2e/e2e-banyandb-fodc-proxy-service.yaml
b/test/e2e/e2e-banyandb-fodc-proxy-service.yaml
index 6e70d33..b34039d 100644
--- a/test/e2e/e2e-banyandb-fodc-proxy-service.yaml
+++ b/test/e2e/e2e-banyandb-fodc-proxy-service.yaml
@@ -50,7 +50,7 @@ setup:
- name: Install etcd
command: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- helm -n istio-system install etcd bitnami/etcd \
+ helm -n istio-system install etcd bitnami/etcd --version 12.0.18 \
--set replicaCount=1 \
--set auth.rbac.create=true \
--set auth.rbac.allowNoneAuthentication=false \
diff --git a/test/e2e/e2e-banyandb-lifecycle.yaml
b/test/e2e/e2e-banyandb-lifecycle.yaml
index c19b45a..c3cd974 100644
--- a/test/e2e/e2e-banyandb-lifecycle.yaml
+++ b/test/e2e/e2e-banyandb-lifecycle.yaml
@@ -45,7 +45,7 @@ setup:
- name: Install etcd
command: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- helm -n istio-system install etcd bitnami/etcd \
+ helm -n istio-system install etcd bitnami/etcd --version 12.0.18 \
--set replicaCount=1 \
--set auth.rbac.create=true \
--set auth.rbac.allowNoneAuthentication=false \