This is an automated email from the ASF dual-hosted git repository. mrproliu pushed a commit to branch bump-up-banyandb-version in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
commit c127cdf1c6985b59aedf063b6dbf25dccb193e12 Author: mrproliu <[email protected]> AuthorDate: Thu May 7 11:43:06 2026 +0800 Update Banyandb image tag to latest version --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 607d7c8..fe65f72 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 ?= 059c396868bdd567b55e513f84d7db3da351e9fd +BANYANDB_IMAGE_TAG ?= b8168b76ab7c11de7d1603f3ebaac6cf5b1148a7 STORAGE_CLASS ?= "" ES_IMAGE ?= docker.elastic.co/elasticsearch/elasticsearch-oss
