This is an automated email from the ASF dual-hosted git repository.
mrproliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
The following commit(s) were added to refs/heads/main by this push:
new 3577b84 Bump up skywalking helm/banyandb version (#281)
3577b84 is described below
commit 3577b840f863d9a42e46c1310ed8ad570889d086
Author: mrproliu <[email protected]>
AuthorDate: Mon Jul 6 11:08:18 2026 +0800
Bump up skywalking helm/banyandb version (#281)
---
Makefile.in | 2 +-
deploy/platform/kubernetes/Chart.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index a41a1d5..f5e75b2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,7 +26,7 @@ HUB ?= ghcr.io/apache/skywalking-showcase
TAG ?= $(shell git rev-parse --short HEAD)
BANYANDB_IMAGE ?= ghcr.io/apache/skywalking-banyandb
-BANYANDB_IMAGE_TAG ?= 7ae98e0b6addfe216b32712c57c054eabee5a4c2
+BANYANDB_IMAGE_TAG ?= 2c9946197a9df91dd02cffdeb880aa00a12f837d
STORAGE_CLASS ?= ""
ES_IMAGE ?= docker.elastic.co/elasticsearch/elasticsearch-oss
diff --git a/deploy/platform/kubernetes/Chart.yaml
b/deploy/platform/kubernetes/Chart.yaml
index 2c843aa..c4d5bf1 100644
--- a/deploy/platform/kubernetes/Chart.yaml
+++ b/deploy/platform/kubernetes/Chart.yaml
@@ -24,7 +24,7 @@ sources:
dependencies:
- name: skywalking-helm
alias: skywalking
- version: 0.0.0-9a97f2d6f0291a580b00f13ddcc1a03079a23b23
+ version: 0.0.0-6875662c7ee699b2e6facc325dd900b6d687c870
repository: oci://ghcr.io/apache/skywalking-helm
# @feature: java-agent-injector; the java agent injector is a component of
the swck operator, so we need to deploy the swck operator firstly