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 417c55c update etcd version
417c55c is described below
commit 417c55c701000c899e1881d25824dd86b1e8afbd
Author: mrproliu <[email protected]>
AuthorDate: Mon Feb 2 17:30:24 2026 +0800
update etcd version
---
test/e2e/e2e-banyandb-cluster-schema-etcd.yaml | 1 +
test/e2e/e2e-banyandb-cluster.yaml | 1 +
test/e2e/e2e-banyandb-fodc-proxy-service.yaml | 1 +
test/e2e/e2e-banyandb-lifecycle.yaml | 1 +
4 files changed, 4 insertions(+)
diff --git a/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml
b/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml
index 23b38ac..7293f33 100644
--- a/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml
+++ b/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml
@@ -45,6 +45,7 @@ setup:
- name: Install etcd
command: |
helm -n istio-system install etcd
oci://registry-1.docker.io/bitnamicharts/etcd --version 12.0.18 \
+ --set image.repository=bitnamilegacy/etcd \
--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 3fde252..253dab2 100644
--- a/test/e2e/e2e-banyandb-cluster.yaml
+++ b/test/e2e/e2e-banyandb-cluster.yaml
@@ -45,6 +45,7 @@ setup:
- name: Install etcd
command: |
helm -n istio-system install etcd
oci://registry-1.docker.io/bitnamicharts/etcd --version 12.0.18 \
+ --set image.repository=bitnamilegacy/etcd \
--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 ee33dab..beb4109 100644
--- a/test/e2e/e2e-banyandb-fodc-proxy-service.yaml
+++ b/test/e2e/e2e-banyandb-fodc-proxy-service.yaml
@@ -50,6 +50,7 @@ setup:
- name: Install etcd
command: |
helm -n istio-system install etcd
oci://registry-1.docker.io/bitnamicharts/etcd --version 12.0.18 \
+ --set image.repository=bitnamilegacy/etcd \
--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 e7c5885..630a432 100644
--- a/test/e2e/e2e-banyandb-lifecycle.yaml
+++ b/test/e2e/e2e-banyandb-lifecycle.yaml
@@ -45,6 +45,7 @@ setup:
- name: Install etcd
command: |
helm -n istio-system install etcd
oci://registry-1.docker.io/bitnamicharts/etcd --version 12.0.18 \
+ --set image.repository=bitnamilegacy/etcd \
--set replicaCount=1 \
--set auth.rbac.create=true \
--set auth.rbac.allowNoneAuthentication=false \