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 504f4fe Bump up skywalking helm and banyanDB version (#240)
504f4fe is described below
commit 504f4fe83085a79d0b2548a00400e90252ed2765
Author: mrproliu <[email protected]>
AuthorDate: Fri Mar 6 17:28:53 2026 +0800
Bump up skywalking helm and banyanDB version (#240)
---
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 0df9b4a..804d48b 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 ?= 9565ef491c56639bc9e2ec27fe596c80fe149197
+BANYANDB_IMAGE_TAG ?= a9d081b36dbd37ca1713732b05f6b065a3047a24
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 194ed94..21d5a9c 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-0cc9491e1ceb24e82e9d9cc298c930c321297674
+ version: 0.0.0-1336c1b1f13942d19511f1c1ca9534f1d849ab45
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