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 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
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:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : trieve
33description : Helm chart expressing Trieve deployment without any dependencies
44type : application
5- version : 0.2.42
5+ version : 0.2.43
66appVersion : " 0.12.0"
77dependencies :
88 - name : qdrant
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments