diff --git a/charts/open-webui/Chart.yaml b/charts/open-webui/Chart.yaml index e49ad9e..7649db2 100644 --- a/charts/open-webui/Chart.yaml +++ b/charts/open-webui/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: open-webui -version: 3.1.0 +version: 3.1.1 appVersion: "v0.3.8" home: https://www.openwebui.com/ diff --git a/charts/open-webui/templates/workload-manager.yaml b/charts/open-webui/templates/workload-manager.yaml index 2dec73e..33f09b5 100644 --- a/charts/open-webui/templates/workload-manager.yaml +++ b/charts/open-webui/templates/workload-manager.yaml @@ -36,6 +36,10 @@ spec: imagePullPolicy: {{ .pullPolicy }} {{- end }} command: ['sh', '-c', 'cp -R /app/backend/data/* /tmp/app-data/'] + {{- with .Values.containerSecurityContext }} + securityContext: + {{- toYaml . | nindent 10 }} + {{- end }} volumeMounts: - name: data mountPath: /tmp/app-data