From aad1440cce82c02665bcf0d090602f75f46ba52d Mon Sep 17 00:00:00 2001 From: Eike Date: Wed, 18 Sep 2024 15:39:12 +0200 Subject: [PATCH] Update search to new dev version - handling reprovision events - recreate index from last reprovision --- helm-chart/renku/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-chart/renku/values.yaml b/helm-chart/renku/values.yaml index 2bf210a5ee..f00ee58501 100644 --- a/helm-chart/renku/values.yaml +++ b/helm-chart/renku/values.yaml @@ -1373,7 +1373,7 @@ search: replicas: 1 image: repository: renku/search-api - tag: "89a1c36fb6f2" + tag: "a9fd1a5ef11b" pullPolicy: IfNotPresent service: type: ClusterIP @@ -1386,7 +1386,7 @@ search: replicas: 1 image: repository: renku/search-provision - tag: "89a1c36fb6f2" + tag: "a9fd1a5ef11b" pullPolicy: IfNotPresent service: type: ClusterIP