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 c96d347 update etcd version
c96d347 is described below
commit c96d347e03e385c75c3e39bdbb47cc2d862657ab
Author: mrproliu <[email protected]>
AuthorDate: Mon Feb 2 17:23:17 2026 +0800
update etcd version
---
.github/workflows/e2e.ci.yaml | 4 ++--
test/e2e/e2e-banyandb-cluster-schema-etcd.yaml | 4 ++--
test/e2e/e2e-banyandb-cluster.yaml | 4 ++--
test/e2e/e2e-banyandb-fodc-proxy-service.yaml | 4 ++--
test/e2e/e2e-banyandb-lifecycle.yaml | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/e2e.ci.yaml b/.github/workflows/e2e.ci.yaml
index 0f30248..f42d1ac 100644
--- a/.github/workflows/e2e.ci.yaml
+++ b/.github/workflows/e2e.ci.yaml
@@ -51,9 +51,9 @@ jobs:
config: test/e2e/e2e-banyandb-cluster-schema-property.yaml
name: ${{ matrix.test.name }}
env:
- OAP_TAG: 79860ca5c76a77bbd93e76ce4861b24707dd5ee3
+ OAP_TAG: 65137fc27fd765bb44007bad7fcbe59a185fa617
OAP_REPO: ghcr.io/apache/skywalking/oap
- UI_TAG: 79860ca5c76a77bbd93e76ce4861b24707dd5ee3
+ UI_TAG: 65137fc27fd765bb44007bad7fcbe59a185fa617
UI_REPO: ghcr.io/apache/skywalking/ui
steps:
- uses: actions/checkout@v2
diff --git a/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml
b/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml
index 02f0a23..7293f33 100644
--- a/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml
+++ b/test/e2e/e2e-banyandb-cluster-schema-etcd.yaml
@@ -44,8 +44,8 @@ setup:
command: bash test/e2e/setup-e2e-shell/install.sh helm
- name: Install etcd
command: |
- helm repo add bitnami https://charts.bitnami.com/bitnami
- helm -n istio-system install etcd bitnami/etcd --version 12.0.18 \
+ 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 c7a83eb..253dab2 100644
--- a/test/e2e/e2e-banyandb-cluster.yaml
+++ b/test/e2e/e2e-banyandb-cluster.yaml
@@ -44,8 +44,8 @@ setup:
command: bash test/e2e/setup-e2e-shell/install.sh helm
- name: Install etcd
command: |
- helm repo add bitnami https://charts.bitnami.com/bitnami
- helm -n istio-system install etcd bitnami/etcd --version 12.0.18 \
+ 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 b34039d..beb4109 100644
--- a/test/e2e/e2e-banyandb-fodc-proxy-service.yaml
+++ b/test/e2e/e2e-banyandb-fodc-proxy-service.yaml
@@ -49,8 +49,8 @@ setup:
command: bash test/e2e/setup-e2e-shell/install.sh helm
- name: Install etcd
command: |
- helm repo add bitnami https://charts.bitnami.com/bitnami
- helm -n istio-system install etcd bitnami/etcd --version 12.0.18 \
+ 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 c3cd974..630a432 100644
--- a/test/e2e/e2e-banyandb-lifecycle.yaml
+++ b/test/e2e/e2e-banyandb-lifecycle.yaml
@@ -44,8 +44,8 @@ setup:
command: bash test/e2e/setup-e2e-shell/install.sh helm
- name: Install etcd
command: |
- helm repo add bitnami https://charts.bitnami.com/bitnami
- helm -n istio-system install etcd bitnami/etcd --version 12.0.18 \
+ 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 \