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

hanahmily 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 ff2c88b  Change BANYANDB_IMAGE_TAG to latest commit
ff2c88b is described below

commit ff2c88b7a981fdf7dff0eb584f5b058e3bc51571
Author: Gao Hongtao <[email protected]>
AuthorDate: Thu Mar 5 08:52:47 2026 +0800

    Change BANYANDB_IMAGE_TAG to latest commit
    
    Updated BANYANDB_IMAGE_TAG to a new commit hash.
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 8078ba8..0df9b4a 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 ?= 27cfc5d0eed6891df69eacdf524611cb9fe241e3
+BANYANDB_IMAGE_TAG ?= 9565ef491c56639bc9e2ec27fe596c80fe149197
 STORAGE_CLASS ?= ""
 
 ES_IMAGE ?= docker.elastic.co/elasticsearch/elasticsearch-oss

Reply via email to