Skip to content

Commit c198ea9

Browse files
committed
bugfix(trieve-helm/0.2.50): set AWS_REGION_CSVJSONL in backend-configmap
1 parent 93bf18f commit c198ea9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

charts/trieve/templates/settings/backend-configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ data:
4444
{{- end }}
4545
{{- if .Values.config.s3.region }}
4646
AWS_REGION: {{ .Values.config.s3.region | quote }}
47+
AWS_REGION_CSVJSONL: {{ .Values.config.s3.region | quote }}
4748
{{- end }}
4849
COOKIE_SECURE: {{ .Values.config.trieve.cookieSecure | quote }}
4950
TIKA_URL: http://tika:9998

0 commit comments

Comments
 (0)