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

yihaochen pushed a commit to branch ai-endpoint-grouping
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git


The following commit(s) were added to refs/heads/ai-endpoint-grouping by this 
push:
     new 3a24e9e  Bump up oap
3a24e9e is described below

commit 3a24e9eb52a54ba670636e70117ac7ddada26c16
Author: Superskyyy <[email protected]>
AuthorDate: Wed Jun 28 01:11:28 2023 -0400

    Bump up oap
---
 Makefile.in                                            | 4 ++--
 deploy/platform/docker/docker-compose.cluster.yaml     | 2 ++
 deploy/platform/docker/docker-compose.single-node.yaml | 2 ++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index d8f8e15..9ebb11b 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 ?= 8997796a041ea8fd6f32cc21733dd1628283a63b
+SW_OAP_IMAGE_TAG ?= 4b2d1ee5a46327f8cb733d6dbfd04f74bb1d96dd
 
 SW_UI_IMAGE ?= ghcr.io/apache/skywalking/ui
-SW_UI_IMAGE_TAG ?= 8997796a041ea8fd6f32cc21733dd1628283a63b
+SW_UI_IMAGE_TAG ?= 4b2d1ee5a46327f8cb733d6dbfd04f74bb1d96dd
 
 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
diff --git a/deploy/platform/docker/docker-compose.cluster.yaml 
b/deploy/platform/docker/docker-compose.cluster.yaml
index 6bf0cbd..8775463 100644
--- a/deploy/platform/docker/docker-compose.cluster.yaml
+++ b/deploy/platform/docker/docker-compose.cluster.yaml
@@ -60,6 +60,8 @@ services:
       SW_PROMETHEUS_FETCHER: default # @feature: so11y; fetch the metrics of 
self o11y through prometheus
       JAVA_OPTS: "-Dmode=no-init -Xms2048m -Xmx2048m" # @feature: cluster; 
start the cluster nodes in no-init mode
       SW_METER_ANALYZER_ACTIVE_FILES: 
datasource,threadpool,satellite,spring-sleuth
+      SW_AI_PIPELINE_URI_RECOGNITION_SERVER_ADDR: r3
+      SW_AI_PIPELINE_URI_RECOGNITION_SERVER_PORT: 17128
     healthcheck:
       test: [ "CMD-SHELL", "/skywalking/bin/swctl ch" ]
       interval: 30s
diff --git a/deploy/platform/docker/docker-compose.single-node.yaml 
b/deploy/platform/docker/docker-compose.single-node.yaml
index caabd2d..19ed412 100644
--- a/deploy/platform/docker/docker-compose.single-node.yaml
+++ b/deploy/platform/docker/docker-compose.single-node.yaml
@@ -50,6 +50,8 @@ services:
       SW_PROMETHEUS_FETCHER: default # @feature: so11y; fetch the metrics of 
self o11y through prometheus
       JAVA_OPTS: "-Xms2048m -Xmx2048m"
       SW_METER_ANALYZER_ACTIVE_FILES: 
datasource,threadpool,satellite,spring-sleuth
+      SW_AI_PIPELINE_URI_RECOGNITION_SERVER_ADDR: r3
+      SW_AI_PIPELINE_URI_RECOGNITION_SERVER_PORT: 17128
     healthcheck:
       test: [ "CMD-SHELL", "/skywalking/bin/swctl ch" ]
       interval: 30s

Reply via email to