This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-helm.git


The following commit(s) were added to refs/heads/master by this push:
     new 72ea308  Update banyandb version to 0.6.0-rc1 (#173)
72ea308 is described below

commit 72ea308653ab7fd9889065dd15880e34871b8ab3
Author: Gao Hongtao <[email protected]>
AuthorDate: Sun Jan 25 10:59:23 2026 +0800

    Update banyandb version to 0.6.0-rc1 (#173)
---
 .github/workflows/e2e.ci.yaml      | 2 +-
 chart/skywalking/Chart.yaml        | 2 +-
 chart/skywalking/values.yaml       | 7 +++++++
 test/e2e/e2e-banyandb-cluster.yaml | 2 ++
 4 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/e2e.ci.yaml b/.github/workflows/e2e.ci.yaml
index 18cca46..945fa5c 100644
--- a/.github/workflows/e2e.ci.yaml
+++ b/.github/workflows/e2e.ci.yaml
@@ -59,7 +59,7 @@ jobs:
       UI_REPO: ghcr.io/apache/skywalking/ui
       SATELLITE_TAG: v35bfaff6352b4dc351a706772796a1f79b651c14
       SATELLITE_REPO: ghcr.io/apache/skywalking-satellite/skywalking-satellite
-      BANYANDB_TAG: a90e12a3925b12f120f162b1513e99f432af2966
+      BANYANDB_TAG: 67cb3eaa71d1b2ba9a56dddc17050fd69da78593
       BANYANDB_REPO: ghcr.io/apache/skywalking-banyandb
     steps:
       - uses: actions/checkout@v2
diff --git a/chart/skywalking/Chart.yaml b/chart/skywalking/Chart.yaml
index a9b5f74..32770dc 100644
--- a/chart/skywalking/Chart.yaml
+++ b/chart/skywalking/Chart.yaml
@@ -40,6 +40,6 @@ dependencies:
   condition: postgresql.enabled
 - name: skywalking-banyandb-helm
   alias: banyandb
-  version: 0.6.0-rc0
+  version: 0.6.0-rc1
   repository: oci://registry-1.docker.io/apache
   condition: banyandb.enabled
diff --git a/chart/skywalking/values.yaml b/chart/skywalking/values.yaml
index 78c3214..440fe4c 100644
--- a/chart/skywalking/values.yaml
+++ b/chart/skywalking/values.yaml
@@ -477,6 +477,13 @@ banyandb:
       replicas: 1
     data:
       replicas: 1
+    fodc:
+      agent:
+        resources:
+          requests:
+            memory: 256Mi
+          limits:
+            memory: 256Mi
   etcd:
     enabled: false
     replicaCount: 1
diff --git a/test/e2e/e2e-banyandb-cluster.yaml 
b/test/e2e/e2e-banyandb-cluster.yaml
index 44de4d5..4a2d5c3 100644
--- a/test/e2e/e2e-banyandb-cluster.yaml
+++ b/test/e2e/e2e-banyandb-cluster.yaml
@@ -62,6 +62,8 @@ setup:
                        --set banyandb.cluster.enabled=true \
                        --set banyandb.etcd.enabled=true \
                        --set banyandb.etcd.auth.enabled=false \
+                       --set 
banyandb.cluster.fodc.agent.resources.requests.memory=256Mi \
+                       --set 
banyandb.cluster.fodc.agent.resources.limits.memory=256Mi \
                        --set satellite.enabled=true \
                        --set satellite.image.repository=$SATELLITE_REPO \
                        --set satellite.image.tag=$SATELLITE_TAG \

Reply via email to