Skip to content

Commit

Permalink
Merge pull request #109 from maxupp/patch-1
Browse files Browse the repository at this point in the history
fix: make copy-app-data resource quotas configurable
  • Loading branch information
0xThresh authored Nov 24, 2024
2 parents 831cc94 + 67adcc3 commit 2b83759
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/open-webui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: open-webui
version: 4.0.0
version: 4.0.1
appVersion: 0.4.2
home: https://www.openwebui.com/
icon: >-
Expand Down
3 changes: 3 additions & 0 deletions charts/open-webui/templates/workload-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ spec:
{{- end }}
command: ['sh', '-c', 'cp -R -n /app/backend/data/* /tmp/app-data/']
{{- with .Values.containerSecurityContext }}
{{- with .Values.copy-app-data.resources }}
resources: {{- toYaml . | nindent 10 }}
{{- end }}
securityContext:
{{- toYaml . | nindent 10 }}
{{- end }}
Expand Down

0 comments on commit 2b83759

Please sign in to comment.