This is an automated email from the ASF dual-hosted git repository. liuhan pushed a commit to branch mrproliu-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
commit 4dcc4728d86c523f070e49c8bd7254b7e590a4cf Author: mrproliu <[email protected]> AuthorDate: Sat Apr 11 22:10:04 2026 +0800 Bump up banyandb version --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index dcf354d..fe432c3 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 ?= 5c42cd020305a32a7b40082767dda6beae63378b +BANYANDB_IMAGE_TAG ?= b8e1f72d3dd4c7026e752a17e875211ead4ccb21 STORAGE_CLASS ?= "" ES_IMAGE ?= docker.elastic.co/elasticsearch/elasticsearch-oss
