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

hanahmily 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 ea4091c  Bump up banyandb helm version to 0.2.0 (#147)
ea4091c is described below

commit ea4091ce4e7b74285409da232874c16ccb405f8b
Author: Huang Youliang <[email protected]>
AuthorDate: Tue May 21 10:55:28 2024 +0800

    Bump up banyandb helm version to 0.2.0 (#147)
---
 .github/workflows/e2e.ci.yaml | 4 ++--
 CHANGES.md                    | 5 +++--
 chart/skywalking/Chart.yaml   | 4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/e2e.ci.yaml b/.github/workflows/e2e.ci.yaml
index 8b80da7..a6eb66c 100644
--- a/.github/workflows/e2e.ci.yaml
+++ b/.github/workflows/e2e.ci.yaml
@@ -53,9 +53,9 @@ jobs:
             config: test/e2e/swck/oap-ui-agent-satellite.yaml
     name: ${{ matrix.test.name }}
     env:
-      OAP_TAG: 965dea898986ed2ab1343559fb20d6faed11ada9
+      OAP_TAG: 14c5778f57cc163b5a7d732555182b14dcff146b
       OAP_REPO: ghcr.io/apache/skywalking/oap
-      UI_TAG: 965dea898986ed2ab1343559fb20d6faed11ada9
+      UI_TAG: 14c5778f57cc163b5a7d732555182b14dcff146b
       UI_REPO: ghcr.io/apache/skywalking/ui
       SATELLITE_TAG: v35bfaff6352b4dc351a706772796a1f79b651c14
       SATELLITE_REPO: ghcr.io/apache/skywalking-satellite/skywalking-satellite
diff --git a/CHANGES.md b/CHANGES.md
index 3b34d64..5222b31 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,8 +5,9 @@ Release Notes.
 4.6.0
 ------------------
 
-- Integrate BanyanDB as storage solution
-- Bump up swck to v0.9.0
+- Integrate BanyanDB as storage solution.
+- Bump up swck to v0.9.0.
+- Bump up BanyanDB Helm version to 0.2.0.
 
 4.5.0
 ------------------
diff --git a/chart/skywalking/Chart.yaml b/chart/skywalking/Chart.yaml
index 4f4b244..dadeef4 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.0.0-8bdff75
-    repository: oci://ghcr.io/apache/skywalking-banyandb-helm
+    version: 0.2.0
+    repository: oci://registry-1.docker.io/apache
     condition: banyandb.enabled

Reply via email to