From 8911b33d3e2d78a8e7776e468a25eec0bba4b6b6 Mon Sep 17 00:00:00 2001 From: salt Date: Sat, 29 Nov 2025 00:00:16 +0800 Subject: [PATCH] fix: process history data resource url without protocol (#2132) 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 e0bcac682..4d9c87d11 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.73 + image: beclab/search3:v0.0.77 imagePullPolicy: IfNotPresent ports: - containerPort: 8080 @@ -301,7 +301,7 @@ spec: priorityClassName: "system-cluster-critical" containers: - name: search3monitor - image: beclab/search3monitor:v0.0.73 + image: beclab/search3monitor:v0.0.77 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 d81d8e9cd..71d16df39 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.73 + image: beclab/search3validation:v0.0.77 imagePullPolicy: IfNotPresent ports: - containerPort: 8443