From 9a0db453d32f8572036d0a8ba8a4430c8dd3b940 Mon Sep 17 00:00:00 2001 From: salt Date: Thu, 27 Nov 2025 00:59:39 +0800 Subject: [PATCH] feat:add get include directory and get exclude pattern rest api (#2107) Co-authored-by: ubuntu --- .../.olares/config/cluster/deploy/search3_server_deploy.yaml | 4 ++-- .../.olares/config/cluster/deploy/search3_validation.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/search3/.olares/config/cluster/deploy/search3_server_deploy.yaml b/framework/search3/.olares/config/cluster/deploy/search3_server_deploy.yaml index ee080ae41..0eef36ff9 100644 --- a/framework/search3/.olares/config/cluster/deploy/search3_server_deploy.yaml +++ b/framework/search3/.olares/config/cluster/deploy/search3_server_deploy.yaml @@ -240,7 +240,7 @@ spec: value: os_framework_search3 containers: - name: search3 - image: beclab/search3:v0.0.72 + image: beclab/search3:v0.0.73 imagePullPolicy: IfNotPresent ports: - containerPort: 8080 @@ -291,7 +291,7 @@ spec: priorityClassName: "system-cluster-critical" containers: - name: search3monitor - image: beclab/search3monitor:v0.0.72 + image: beclab/search3monitor:v0.0.73 imagePullPolicy: IfNotPresent ports: - containerPort: 8081 diff --git a/framework/search3/.olares/config/cluster/deploy/search3_validation.yaml b/framework/search3/.olares/config/cluster/deploy/search3_validation.yaml index 2ded6e5f0..8f88d8967 100644 --- a/framework/search3/.olares/config/cluster/deploy/search3_validation.yaml +++ b/framework/search3/.olares/config/cluster/deploy/search3_validation.yaml @@ -37,7 +37,7 @@ spec: priorityClassName: "system-cluster-critical" containers: - name: search3-validation - image: beclab/search3validation:v0.0.72 + image: beclab/search3validation:v0.0.73 imagePullPolicy: IfNotPresent ports: - containerPort: 8443