We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bf18f commit c198ea9Copy full SHA for c198ea9
charts/trieve/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: trieve
3
description: Helm chart expressing Trieve deployment without any dependencies
4
type: application
5
-version: 0.2.49
+version: 0.2.50
6
appVersion: "0.12.0"
7
dependencies:
8
- name: qdrant
charts/trieve/templates/settings/backend-configmap.yaml
@@ -44,6 +44,7 @@ data:
44
{{- end }}
45
{{- if .Values.config.s3.region }}
46
AWS_REGION: {{ .Values.config.s3.region | quote }}
47
+ AWS_REGION_CSVJSONL: {{ .Values.config.s3.region | quote }}
48
49
COOKIE_SECURE: {{ .Values.config.trieve.cookieSecure | quote }}
50
TIKA_URL: http://tika:9998
0 commit comments