diff --git a/charts/open-webui/Chart.lock b/charts/open-webui/Chart.lock index d084dca..66446f7 100644 --- a/charts/open-webui/Chart.lock +++ b/charts/open-webui/Chart.lock @@ -1,7 +1,7 @@ dependencies: - name: ollama repository: https://otwld.github.io/ollama-helm/ - version: 1.8.0 + version: 1.9.0 - name: pipelines repository: https://helm.openwebui.com version: 0.5.0 @@ -11,5 +11,5 @@ dependencies: - name: redis repository: https://charts.bitnami.com/bitnami version: 20.11.3 -digest: sha256:a1e86756af8e4b216487d7c05ee6c05803178ef753b6fa1237d4e257da1e07eb -generated: "2025-03-12T19:29:07.037812-06:00" +digest: sha256:8883c56753b4403161c144cdc5cb1ef3871c75cc511120709c4a848929126200 +generated: "2025-03-13T21:36:36.180953+09:00" diff --git a/charts/open-webui/Chart.yaml b/charts/open-webui/Chart.yaml index 94d4934..aa981c7 100644 --- a/charts/open-webui/Chart.yaml +++ b/charts/open-webui/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: open-webui -version: 5.23.0 -appVersion: 0.5.16 +version: 5.24.0 +appVersion: 0.5.20 home: https://www.openwebui.com/ icon: >- https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png diff --git a/charts/open-webui/README.md b/charts/open-webui/README.md index 45fa31f..4caf9b4 100644 --- a/charts/open-webui/README.md +++ b/charts/open-webui/README.md @@ -1,6 +1,6 @@ # open-webui -![Version: 5.23.0](https://img.shields.io/badge/Version-5.23.0-informational?style=flat-square) ![AppVersion: 0.5.16](https://img.shields.io/badge/AppVersion-0.5.16-informational?style=flat-square) +![Version: 5.24.0](https://img.shields.io/badge/Version-5.24.0-informational?style=flat-square) ![AppVersion: 0.5.20](https://img.shields.io/badge/AppVersion-0.5.20-informational?style=flat-square) Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋 diff --git a/charts/open-webui/charts/ollama-1.8.0.tgz b/charts/open-webui/charts/ollama-1.9.0.tgz similarity index 85% rename from charts/open-webui/charts/ollama-1.8.0.tgz rename to charts/open-webui/charts/ollama-1.9.0.tgz index b6434de..8a8963a 100644 Binary files a/charts/open-webui/charts/ollama-1.8.0.tgz and b/charts/open-webui/charts/ollama-1.9.0.tgz differ diff --git a/charts/open-webui/values-rag-milvus.yaml b/charts/open-webui/values-rag-milvus.yaml deleted file mode 100644 index 64745c3..0000000 --- a/charts/open-webui/values-rag-milvus.yaml +++ /dev/null @@ -1,53 +0,0 @@ -rag: - # -- Enable RAG - # ref: https://docs.openwebui.com/getting-started/env-configuration#retrieval-augmented-generation-rag - enabled: true - vectorDB: milvus - embeddingEngine: "" - embeddingModel: "" - -milvus: - # -- Enable Milvus installation. Deploys a Milvus cluster/standalone with subchart 'milvus' from zilliztech - # ref: https://github.com/zilliztech/milvus-helm/tree/master/charts/milvus - enabled: true - uri: "http://open-webui-milvus:19530" - db: default - token: {} - cluster: - enabled: false # This means that the Milvus runs with standalone mode - minio: - enabled: true - resources: - requests: - memory: 50Mi - persistence: - enabled: true - size: 1Gi - etcd: - enabled: true - pulsar: - enabled: false - pulsarv3: - enabled: false - kafka: - enabled: false - externalS3: - enabled: false - externalEtcd: - enabled: false - -livenessProbe: - httpGet: - path: /health - port: http -readinessProbe: - httpGet: - path: /health/db - port: http -startupProbe: - httpGet: - path: /health - port: http - initialDelaySeconds: 30 # Adjust this value according to the startup time of the application - periodSeconds: 10 # Adjust this value according to the startup time of the application - failureThreshold: 20 # Adjust this value according to the startup time of the application