Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployment/helm/charts/onyx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://www.onyx.app/
sources:
- "https://github.com/onyx-dot-app/onyx"
type: application
version: 0.4.27
version: 0.4.28
appVersion: latest
annotations:
category: Productivity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ spec:
value: "true"
- name: MCP_SERVER_PORT
value: "{{ .Values.mcpServer.containerPorts.server }}"
- name: MCP_SERVER_HOST
value: "{{ .Values.global.host }}"
{{- if .Values.mcpServer.corsOrigins }}
- name: MCP_SERVER_CORS_ORIGINS
value: "{{ .Values.mcpServer.corsOrigins }}"
Expand Down
Loading