This is an automated email from the ASF dual-hosted git repository.
qiuxiafan 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 0cc9491 Update banyandb version to 0.6.0-rc3 (#175)
0cc9491 is described below
commit 0cc9491e1ceb24e82e9d9cc298c930c321297674
Author: Gao Hongtao <[email protected]>
AuthorDate: Mon Feb 9 13:23:59 2026 +0800
Update banyandb version to 0.6.0-rc3 (#175)
---
.github/workflows/e2e.ci.yaml | 6 +++---
chart/skywalking/Chart.yaml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/e2e.ci.yaml b/.github/workflows/e2e.ci.yaml
index 945fa5c..7cac01b 100644
--- a/.github/workflows/e2e.ci.yaml
+++ b/.github/workflows/e2e.ci.yaml
@@ -53,13 +53,13 @@ jobs:
config: test/e2e/swck/oap-ui-agent-satellite.yaml
name: ${{ matrix.test.name }}
env:
- OAP_TAG: 176d19096972d0f89c1c25f02a51384ad5cc83c1
+ OAP_TAG: e6bbebe107096bf50ed79e40a88f230bd1237c3d
OAP_REPO: ghcr.io/apache/skywalking/oap
- UI_TAG: 176d19096972d0f89c1c25f02a51384ad5cc83c1
+ UI_TAG: e6bbebe107096bf50ed79e40a88f230bd1237c3d
UI_REPO: ghcr.io/apache/skywalking/ui
SATELLITE_TAG: v35bfaff6352b4dc351a706772796a1f79b651c14
SATELLITE_REPO: ghcr.io/apache/skywalking-satellite/skywalking-satellite
- BANYANDB_TAG: 67cb3eaa71d1b2ba9a56dddc17050fd69da78593
+ BANYANDB_TAG: 27cfc5d0eed6891df69eacdf524611cb9fe241e3
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 d0cf057..049cdc6 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-rc2
+ version: 0.6.0-rc3
repository: oci://registry-1.docker.io/apache
condition: banyandb.enabled