Skip to content

Commit 90ffc1d

Browse files
committed
feature(trieve-helm): trieve-helm 0.2.43 allow pass through pod labels
on postgres
1 parent afca7bb commit 90ffc1d

File tree

4 files changed

+15
-18
lines changed

4 files changed

+15
-18
lines changed

argocd-app.yaml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
namespace: trieve
1111
source:
1212
repoURL: https://devflowinc.github.io/trieve-helm
13-
targetRevision: 0.2.42
13+
targetRevision: 0.2.43
1414
chart: trieve
1515
helm:
1616
releaseName: trieve-local
@@ -189,12 +189,16 @@ spec:
189189
enabled: false
190190
metrics:
191191
serviceMonitor:
192-
enabled: true
192+
enabled: false
193193
podDisruptionBudget:
194194
enabled: false
195195
maxUnavailable: 1
196196
persistence:
197197
size: "10Gi"
198+
199+
podLabels:
200+
owner: gen-ai
201+
198202
resources:
199203
requests:
200204
cpu: 7
@@ -217,6 +221,8 @@ spec:
217221
secretKey: "redisUrl"
218222
master:
219223
disableCommands: []
224+
podLabels:
225+
owner: gen-ai
220226
persistence:
221227
enabled: false
222228
pdb:
@@ -425,7 +431,7 @@ spec:
425431
registry: ghcr.io/huggingface
426432
repository: text-embeddings-inference
427433
useGpu: true
428-
serviceMonitor: true
434+
serviceMonitor: false
429435
tolerations:
430436
- key: "gpu-node"
431437
operator: "Exists"
@@ -439,7 +445,7 @@ spec:
439445
revision: main
440446
useGpu: true
441447
args: ["--pooling", "splade"]
442-
serviceMonitor: true
448+
serviceMonitor: false
443449
tolerations:
444450
- key: "gpu-node"
445451
operator: "Exists"
@@ -452,7 +458,7 @@ spec:
452458
revision: main
453459
useGpu: true
454460
args: ["--pooling", "splade"]
455-
serviceMonitor: true
461+
serviceMonitor: false
456462
tolerations:
457463
- key: "gpu-node"
458464
operator: "Exists"
@@ -465,7 +471,7 @@ spec:
465471
revision: main
466472
useGpu: true
467473
args: []
468-
serviceMonitor: true
474+
serviceMonitor: false
469475
tolerations:
470476
- key: "gpu-node"
471477
operator: "Exists"
@@ -478,7 +484,7 @@ spec:
478484
revision: refs/pr/4
479485
useGpu: true
480486
args: []
481-
serviceMonitor: true
487+
serviceMonitor: false
482488
tolerations:
483489
- key: "gpu-node"
484490
operator: "Exists"

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.43
5+
version: 0.2.44
66
appVersion: "0.12.0"
77
dependencies:
88
- name: qdrant

charts/trieve/charts/postgres/values.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
global:
2-
additionalLabels:
3-
# Add additional labels to the deployment
4-
# key: value
5-
6-
additionalAnnotations:
7-
# Add additional annotations to the deployment
8-
# key: value
9-
101
installCrds: true
112

123
clusterSpec:

charts/trieve/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
global:
22
additionalLabels:
33
# Add additional labels to the deployment
4-
# key: value
4+
# owner: gen-ai
55

66
additionalAnnotations:
77
# Add additional annotations to the deployment

0 commit comments

Comments
 (0)