File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
namespace : trieve
11
11
source :
12
12
repoURL : https://devflowinc.github.io/trieve-helm
13
- targetRevision : 0.2.33
13
+ targetRevision : 0.2.42
14
14
chart : trieve
15
15
helm :
16
16
releaseName : trieve-local
19
19
image :
20
20
registry : trieve
21
21
imagePullPolicy : Always
22
- additionalLabels :
23
- owner : gen-ai
22
+ additionalLabels :
23
+ owner : gen-ai
24
24
# Optional if using your own repository
25
25
# the default is
26
26
# imagePullSecrets:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : trieve
3
3
description : Helm chart expressing Trieve deployment without any dependencies
4
4
type : application
5
- version : 0.2.42
5
+ version : 0.2.43
6
6
appVersion : " 0.12.0"
7
7
dependencies :
8
8
- name : qdrant
Original file line number Diff line number Diff line change 15
15
{{- with .Values.global.additionalLabels }}
16
16
{{- toYaml . | nindent 12 }}
17
17
{{- end }}
18
- metadata :
18
+ annotations :
19
19
{{- with .Values.global.additionalAnnotations }}
20
20
{{- toYaml . | nindent 12 }}
21
21
{{- end }}
Original file line number Diff line number Diff line change 24
24
{{- with .Values.global.additionalLabels }}
25
25
{{- toYaml . | nindent 12 }}
26
26
{{- end }}
27
- metadata :
27
+ annotations :
28
28
{{- with .Values.global.additionalAnnotations }}
29
29
{{- toYaml . | nindent 12 }}
30
30
{{- end }}
Original file line number Diff line number Diff line change 23
23
{{- with .Values.global.additionalLabels }}
24
24
{{- toYaml . | nindent 12 }}
25
25
{{- end }}
26
- metadata :
26
+ annotations :
27
27
{{- with .Values.global.additionalAnnotations }}
28
28
{{- toYaml . | nindent 12 }}
29
29
{{- end }}
You can’t perform that action at this time.
0 commit comments