Skip to content

Commit

Permalink
Update search to new dev version
Browse files Browse the repository at this point in the history
- handling reprovision events
- recreate index from last reprovision
  • Loading branch information
eikek committed Sep 18, 2024
1 parent f976267 commit aad1440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ search:
replicas: 1
image:
repository: renku/search-api
tag: "89a1c36fb6f2"
tag: "a9fd1a5ef11b"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand All @@ -1386,7 +1386,7 @@ search:
replicas: 1
image:
repository: renku/search-provision
tag: "89a1c36fb6f2"
tag: "a9fd1a5ef11b"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down

0 comments on commit aad1440

Please sign in to comment.