Skip to content

Commit 7717318

Browse files
committed
release(trieve-helm): Version 0.2.41 update servers and clients to git sha sha-35b84aa
1 parent 93d0c45 commit 7717318

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

charts/trieve/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: trieve
33
description: Helm chart expressing Trieve deployment without any dependencies
44
type: application
5-
version: 0.2.40
5+
version: 0.2.41
66
appVersion: "0.12.0"
77
dependencies:
88
- name: qdrant

charts/trieve/values.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -216,101 +216,101 @@ redis:
216216

217217
containers:
218218
server:
219-
tag: sha-94175af
219+
tag: sha-35b84aa
220220
repository: server
221221
resources: {}
222222
# requests:
223223
# memory: 2Gi
224224
ingest:
225-
tag: sha-94175af
225+
tag: sha-35b84aa
226226
repository: ingest
227227
replicas: 3
228228
resources: {}
229229
# requests:
230230
# memory: 2Gi
231231
update_worker:
232-
tag: sha-94175af
232+
tag: sha-35b84aa
233233
repository: update-worker
234234
replicas: 1
235235
resources: {}
236236
# requests:
237237
# memory: 100Mi
238238
batch_etl_worker:
239-
tag: sha-94175af
239+
tag: sha-35b84aa
240240
repository: etl-worker
241241
replicas: 1
242242
resources: {}
243243
# requests:
244244
# memory: 50Mi
245245
file_worker:
246-
tag: sha-94175af
246+
tag: sha-35b84aa
247247
repository: file_worker
248248
replicas: 1
249249
resources: {}
250250
# requests:
251251
# memory: 200Mi
252252
delete_worker:
253-
tag: sha-94175af
253+
tag: sha-35b84aa
254254
repository: delete_worker
255255
replicas: 1
256256
resources: {}
257257
# requests:
258258
# memory: 50Mi
259259
group_worker:
260-
tag: sha-94175af
260+
tag: sha-35b84aa
261261
repository: group_worker
262262
replicas: 1
263263
resources: {}
264264
# requests:
265265
# memory: 50Mi
266266
sync_qdrant:
267-
tag: sha-94175af
267+
tag: sha-35b84aa
268268
repository: sync_qdrant
269269
resources: {}
270270
# requests:
271271
# memory: 50Mi
272272
bktree_worker:
273-
tag: sha-94175af
273+
tag: sha-35b84aa
274274
repository: bktree-worker
275275
replicas: 1
276276
resources: {}
277277
# requests:
278278
# memory: 50Mi
279279
word_worker:
280-
tag: sha-94175af
280+
tag: sha-35b84aa
281281
repository: word-worker
282282
replicas: 1
283283
resources: {}
284284
# requests:
285285
# memory: 50Mi
286286
word_id_cronjob:
287-
tag: sha-94175af
287+
tag: sha-35b84aa
288288
repository: word-id-cronjob
289289
replicas: 1
290290
resources: {}
291291
# requests:
292292
# memory: 50Mi
293293
crawl_worker:
294-
tag: sha-94175af
294+
tag: sha-35b84aa
295295
repository: crawl-worker
296296
replicas: 1
297297
resources: {}
298298
# requests:
299299
# memory: 1Gi
300300
search:
301-
tag: sha-2b3b45a
301+
tag: sha-35b84aa
302302
repository: search
303303
resources: {}
304304
# requests:
305305
# memory: 50Mi
306306
chat:
307-
tag: sha-2b3b45a
307+
tag: sha-35b84aa
308308
repository: chat
309309
resources: {}
310310
# requests:
311311
# memory: 50Mi
312312
dashboard:
313-
tag: sha-2b3b45a
313+
tag: sha-35b84aa
314314
repository: dashboard
315315
resources: {}
316316
# requests:

0 commit comments

Comments
 (0)