This is an automated email from the ASF dual-hosted git repository. wankai pushed a commit to branch update in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
commit 2ef3e149b526d2b317c9ec577951cc6a1a296903 Author: wankai123 <[email protected]> AuthorDate: Mon Jul 17 09:11:04 2023 +0800 Bump OAP and UI to 8b2fe88 --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index ac1706c..4d823ae 100644 --- a/Makefile.in +++ b/Makefile.in @@ -29,10 +29,10 @@ ES_IMAGE ?= docker.elastic.co/elasticsearch/elasticsearch-oss ES_IMAGE_TAG ?= 7.10.2 SW_OAP_IMAGE ?= ghcr.io/apache/skywalking/oap -SW_OAP_IMAGE_TAG ?= 2fffbb799cf330e8c7e44386c4c9fab0ee170059 +SW_OAP_IMAGE_TAG ?= 8b2fe884152d7bb03e0a8ac0753fdc84df541ce9 SW_UI_IMAGE ?= ghcr.io/apache/skywalking/ui -SW_UI_IMAGE_TAG ?= 2fffbb799cf330e8c7e44386c4c9fab0ee170059 +SW_UI_IMAGE_TAG ?= 8b2fe884152d7bb03e0a8ac0753fdc84df541ce9 SW_CLI_IMAGE ?= ghcr.io/apache/skywalking-cli/skywalking-cli:0883266bfaa36612927b69e35781b64ea181758d SW_EVENT_EXPORTER_IMAGE ?= ghcr.io/apache/skywalking-kubernetes-event-exporter/skywalking-kubernetes-event-exporter:8a012a3f968cb139f817189afb9b3748841bba22
