From 1a8dbf0f2cc384249d622adb1f732888472b4e87 Mon Sep 17 00:00:00 2001 From: salt Date: Wed, 5 Nov 2025 11:34:35 +0800 Subject: [PATCH] fix: wait drive, cache root directory create successfully (#2035) Co-authored-by: ubuntu --- .../.olares/config/cluster/deploy/search3_server_deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 64c2a8b4f..800d8eecf 100644 --- a/framework/search3/.olares/config/cluster/deploy/search3_server_deploy.yaml +++ b/framework/search3/.olares/config/cluster/deploy/search3_server_deploy.yaml @@ -241,7 +241,7 @@ spec: value: os_framework_search3 containers: - name: search3 - image: beclab/search3:v0.0.70 + image: beclab/search3:v0.0.71 imagePullPolicy: IfNotPresent ports: - containerPort: 8080 @@ -292,7 +292,7 @@ spec: priorityClassName: "system-cluster-critical" containers: - name: search3monitor - image: beclab/search3monitor:v0.0.70 + image: beclab/search3monitor:v0.0.71 imagePullPolicy: IfNotPresent ports: - containerPort: 8081