This is an automated email from the ASF dual-hosted git repository. liuhan pushed a commit to branch bump-banyandb in repository https://gitbox.apache.org/repos/asf/skywalking-helm.git
commit 342c9255daa78fc451b99ed97a7d91ccbf8c3f44 Author: mrproliu <[email protected]> AuthorDate: Mon Mar 16 18:08:37 2026 +0800 Bump up banyanDB helm version to 0.6.0-rc5 --- chart/skywalking/Chart.yaml | 2 +- test/e2e/env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/skywalking/Chart.yaml b/chart/skywalking/Chart.yaml index ee87b8f..3bf53c3 100644 --- a/chart/skywalking/Chart.yaml +++ b/chart/skywalking/Chart.yaml @@ -45,6 +45,6 @@ dependencies: condition: postgresql.enabled - name: skywalking-banyandb-helm alias: banyandb - version: 0.6.0-rc4 + version: 0.6.0-rc5 repository: oci://registry-1.docker.io/apache condition: banyandb.enabled diff --git a/test/e2e/env b/test/e2e/env index 2f0f90f..44c29a7 100644 --- a/test/e2e/env +++ b/test/e2e/env @@ -19,6 +19,6 @@ UI_TAG=a0cec0ca237792497d2da0b65757d11f58c3f342 UI_REPO=ghcr.io/apache/skywalking/ui SATELLITE_TAG=v35bfaff6352b4dc351a706772796a1f79b651c14 SATELLITE_REPO=ghcr.io/apache/skywalking-satellite/skywalking-satellite -BANYANDB_TAG=a9d081b36dbd37ca1713732b05f6b065a3047a24 +BANYANDB_TAG=722a2565bd3a5ee9a4707a08fe8f250f47c36120 BANYANDB_REPO=ghcr.io/apache/skywalking-banyandb SW_CTL_COMMIT=9a1beab08413ce415a00a8547a238a14691c5655
