Skip to content

Commit afca7bb

Browse files
committed
bugfix: fix nested metadata in cron/ folders
1 parent e03af4d commit afca7bb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

argocd-app.yaml

Lines changed: 3 additions & 3 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.33
13+
targetRevision: 0.2.42
1414
chart: trieve
1515
helm:
1616
releaseName: trieve-local
@@ -19,8 +19,8 @@ spec:
1919
image:
2020
registry: trieve
2121
imagePullPolicy: Always
22-
additionalLabels:
23-
owner: gen-ai
22+
additionalLabels:
23+
owner: gen-ai
2424
# Optional if using your own repository
2525
# the default is
2626
# imagePullSecrets:

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

charts/trieve/templates/crons/collapse-queries-script-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
{{- with .Values.global.additionalLabels }}
1616
{{- toYaml . | nindent 12 }}
1717
{{- end }}
18-
metadata:
18+
annotations:
1919
{{- with .Values.global.additionalAnnotations }}
2020
{{- toYaml . | nindent 12 }}
2121
{{- end }}

charts/trieve/templates/crons/dittofeed_cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
{{- with .Values.global.additionalLabels }}
2525
{{- toYaml . | nindent 12 }}
2626
{{- end }}
27-
metadata:
27+
annotations:
2828
{{- with .Values.global.additionalAnnotations }}
2929
{{- toYaml . | nindent 12 }}
3030
{{- end }}

charts/trieve/templates/crons/word-id-cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
{{- with .Values.global.additionalLabels }}
2424
{{- toYaml . | nindent 12 }}
2525
{{- end }}
26-
metadata:
26+
annotations:
2727
{{- with .Values.global.additionalAnnotations }}
2828
{{- toYaml . | nindent 12 }}
2929
{{- end }}

0 commit comments

Comments
 (0)