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

liuhan 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 ef1ca5b  Bump up banyanDB helm version to 0.6.0-rc5 (#179)
ef1ca5b is described below

commit ef1ca5b8a2febd13980dd629a34500802c99ed81
Author: mrproliu <[email protected]>
AuthorDate: Mon Mar 16 21:02:24 2026 +0800

    Bump up banyanDB helm version to 0.6.0-rc5 (#179)
---
 chart/operator/templates/deployment.yaml | 2 +-
 chart/skywalking/Chart.yaml              | 2 +-
 test/e2e/env                             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/chart/operator/templates/deployment.yaml 
b/chart/operator/templates/deployment.yaml
index 1f5fc34..721c936 100644
--- a/chart/operator/templates/deployment.yaml
+++ b/chart/operator/templates/deployment.yaml
@@ -79,7 +79,7 @@ spec:
         - --upstream=http://127.0.0.1:8080/
         - --logtostderr=true
         - --v=10
-        image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
+        image: registry.k8s.io/kubebuilder/kube-rbac-proxy:v0.8.0
         name: kube-rbac-proxy
         {{- if .Values.metrics.enabled }}
         ports:
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

Reply via email to