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 31d5a91  update etcd version
31d5a91 is described below

commit 31d5a919b8c386ff440c8f966ad3f96cef95476a
Author: mrproliu <[email protected]>
AuthorDate: Mon Feb 2 17:26:53 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 deletions(-)

diff --git a/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml 
b/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml
index 7293f33..23b38ac 100644
--- a/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml
+++ b/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml
@@ -45,7 +45,6 @@ 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 253dab2..3fde252 100644
--- a/test/e2e/e2e-banyandb-cluster.yaml
+++ b/test/e2e/e2e-banyandb-cluster.yaml
@@ -45,7 +45,6 @@ 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 beb4109..ee33dab 100644
--- a/test/e2e/e2e-banyandb-fodc-proxy-service.yaml
+++ b/test/e2e/e2e-banyandb-fodc-proxy-service.yaml
@@ -50,7 +50,6 @@ 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 630a432..e7c5885 100644
--- a/test/e2e/e2e-banyandb-lifecycle.yaml
+++ b/test/e2e/e2e-banyandb-lifecycle.yaml
@@ -45,7 +45,6 @@ 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 \

Reply via email to