This is an automated email from the ASF dual-hosted git repository.
liuhan 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 942f302 Bump up banyanDB version (#247)
942f302 is described below
commit 942f3023d547e95441c32e852faebbcc6a4d0114
Author: mrproliu <[email protected]>
AuthorDate: Fri Apr 3 15:44:14 2026 +0800
Bump up banyanDB version (#247)
---
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 54e4286..46c10f6 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 ?= 594717bff57fb229365fec8f835c0adf34059597
+BANYANDB_IMAGE_TAG ?= 5dedaa1aa5106dd87ad9d6c5f08c63deefee5579
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 ebc29fa..23adc03 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-158f116af32e8824ec897c0c6d3022136e7481bb
+ version: 0.0.0-e891f81f40cfda509cca823a6214beac8e83ecb7
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