diff --git a/charts/orcha/Chart.yaml b/charts/orcha/Chart.yaml index 30d98f8..467e4d4 100644 --- a/charts/orcha/Chart.yaml +++ b/charts/orcha/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: orcha description: A Helm chart for Orcha type: application -version: 0.2.2 +version: 0.2.3 appVersion: "0.3.0" dependencies: diff --git a/charts/orcha/templates/configmap.yaml b/charts/orcha/templates/configmap.yaml index 8637bb5..2ef9db0 100644 --- a/charts/orcha/templates/configmap.yaml +++ b/charts/orcha/templates/configmap.yaml @@ -13,6 +13,9 @@ data: {{- if .Values.appConfig.langfuseBaseUrl }} LANGFUSE_BASE_URL: {{ .Values.appConfig.langfuseBaseUrl | quote }} {{- end }} + {{- if .Values.appConfig.pdfHttpAllowlist }} + PDF_HTTP_ALLOWLIST: {{ .Values.appConfig.pdfHttpAllowlist | quote }} + {{- end }} --- apiVersion: v1 kind: ConfigMap diff --git a/charts/orcha/values.yaml b/charts/orcha/values.yaml index 3c5f770..3e6a226 100644 --- a/charts/orcha/values.yaml +++ b/charts/orcha/values.yaml @@ -215,6 +215,7 @@ appConfig: allowedOrigins: '["http://localhost:3000","http://127.0.0.1:3000"]' langfuseEnabled: "False" langfuseBaseUrl: "" + pdfHttpAllowlist: "" # LLM-specific configuration llmConfig: