Skip to content

Commit e03af4d

Browse files
committed
release(trieve-helm): 0.2.42 add ability to add custom podlabels and
annotations
1 parent 3c6a222 commit e03af4d

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

argocd-app.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ spec:
1919
image:
2020
registry: trieve
2121
imagePullPolicy: Always
22+
additionalLabels:
23+
owner: gen-ai
2224
# Optional if using your own repository
2325
# the default is
2426
# imagePullSecrets:

charts/trieve/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ dependencies:
1616
version: 0.0.0
1717
- name: pdf2md
1818
repository: https://devflowinc.github.io/trieve-helm
19-
version: 0.0.9
19+
version: 0.0.10
2020
- name: firecrawl-simple
2121
repository: https://devflowinc.github.io/trieve-helm
22-
version: 0.0.2
23-
digest: sha256:d5849485f93154fd78ba37141a15f28c14c2909118a43b129dd5d74e6b298fc5
24-
generated: "2025-06-18T22:47:02.551637575-07:00"
22+
version: 0.0.3
23+
digest: sha256:dce6e412450b68cf5b0c9605ddc0f0c509b3bc35b7c187be7d8d430ee88de512
24+
generated: "2025-07-07T11:51:22.547456075-07:00"

charts/trieve/Chart.yaml

Lines changed: 3 additions & 3 deletions
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.41
5+
version: 0.2.42
66
appVersion: "0.12.0"
77
dependencies:
88
- name: qdrant
@@ -23,10 +23,10 @@ dependencies:
2323
version: 0.0.0
2424
condition: postgres.enabled
2525
- name: pdf2md
26-
version: 0.0.9
26+
version: 0.0.10
2727
repository: https://devflowinc.github.io/trieve-helm
2828
condition: pdf2md.enabled
2929
- name: firecrawl-simple
3030
repository: https://devflowinc.github.io/trieve-helm
31-
version: 0.0.2
31+
version: 0.0.3
3232
condition: firecrawl-simple.enabled
-110 KB
Binary file not shown.
111 KB
Binary file not shown.
183 KB
Binary file not shown.
-183 KB
Binary file not shown.

0 commit comments

Comments
 (0)