mirror of
https://github.com/open-webui/helm-charts
synced 2025-05-30 18:19:10 +00:00
Merge pull request #61 from open-webui/bug-reset-config
Fix init container to leave existing files intact
This commit is contained in:
commit
3003028420
@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: ollama
|
||||
repository: https://otwld.github.io/ollama-helm/
|
||||
version: 0.50.0
|
||||
version: 0.53.0
|
||||
- name: pipelines
|
||||
repository: https://helm.openwebui.com
|
||||
version: 0.0.3
|
||||
digest: sha256:91b80e619d25a3822cc861d0ea5a40869172094a59bc7974cf67fb002eea5877
|
||||
generated: "2024-08-04T18:31:41.380936-06:00"
|
||||
digest: sha256:4573790c2ec60815cfb1ef3bc4cd0282a69fddc3519db66226dbc770a93113a7
|
||||
generated: "2024-08-15T21:43:39.894571-06:00"
|
||||
|
@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
name: open-webui
|
||||
version: 3.1.3
|
||||
appVersion: "0.3.9"
|
||||
version: 3.1.4
|
||||
appVersion: "0.3.13"
|
||||
|
||||
home: https://www.openwebui.com/
|
||||
icon: https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png
|
||||
|
@ -1,6 +1,6 @@
|
||||
# open-webui
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋
|
||||
|
||||
|
Binary file not shown.
BIN
charts/open-webui/charts/ollama-0.53.0.tgz
Normal file
BIN
charts/open-webui/charts/ollama-0.53.0.tgz
Normal file
Binary file not shown.
@ -35,7 +35,7 @@ spec:
|
||||
image: {{ .repository }}:{{ .tag | default $.Chart.AppVersion }}
|
||||
imagePullPolicy: {{ .pullPolicy }}
|
||||
{{- end }}
|
||||
command: ['sh', '-c', 'cp -R /app/backend/data/* /tmp/app-data/']
|
||||
command: ['sh', '-c', 'cp -R -n /app/backend/data/* /tmp/app-data/']
|
||||
{{- with .Values.containerSecurityContext }}
|
||||
securityContext:
|
||||
{{- toYaml . | nindent 10 }}
|
||||
|
Loading…
Reference in New Issue
Block a user