diff --git a/.github/workflows/helm-test-open-webui.yml b/.github/workflows/helm-test-open-webui.yml index 62a29b4..e603832 100644 --- a/.github/workflows/helm-test-open-webui.yml +++ b/.github/workflows/helm-test-open-webui.yml @@ -30,7 +30,6 @@ jobs: helm repo add open-webui https://helm.openwebui.com/ helm repo add tika https://apache.jfrog.io/artifactory/tika/ helm repo add redis https://charts.bitnami.com/bitnami - helm repo add milvus https://zilliztech.github.io/milvus-helm - name: Build open-webui Helm dependencies run: | helm dependency build ./charts/open-webui diff --git a/charts/open-webui/Chart.lock b/charts/open-webui/Chart.lock index f9b961d..d084dca 100644 --- a/charts/open-webui/Chart.lock +++ b/charts/open-webui/Chart.lock @@ -1,18 +1,15 @@ dependencies: - name: ollama repository: https://otwld.github.io/ollama-helm/ - version: 1.7.0 + version: 1.8.0 - name: pipelines repository: https://helm.openwebui.com - version: 0.4.0 + version: 0.5.0 - name: tika repository: https://apache.jfrog.io/artifactory/tika version: 2.9.0 - name: redis repository: https://charts.bitnami.com/bitnami - version: 20.10.0 -- name: milvus - repository: https://zilliztech.github.io/milvus-helm - version: 4.2.40 -digest: sha256:b9597e9cf5f89874a3c345562085ac3ba972b98ccf1b5e64425de0c17ec359f5 -generated: "2025-02-28T22:43:15.040921+09:00" + version: 20.11.3 +digest: sha256:a1e86756af8e4b216487d7c05ee6c05803178ef753b6fa1237d4e257da1e07eb +generated: "2025-03-12T19:29:07.037812-06:00" diff --git a/charts/open-webui/Chart.yaml b/charts/open-webui/Chart.yaml index ca9dbdc..94d4934 100644 --- a/charts/open-webui/Chart.yaml +++ b/charts/open-webui/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: open-webui -version: 5.22.0 +version: 5.23.0 appVersion: 0.5.16 home: https://www.openwebui.com/ icon: >- @@ -43,7 +43,3 @@ dependencies: version: '>=20.6.2' alias: redis-cluster condition: redis-cluster.enabled - - name: milvus - repository: https://zilliztech.github.io/milvus-helm - version: '>=4.2.40' - condition: milvus.enabled diff --git a/charts/open-webui/README.md b/charts/open-webui/README.md index 1b402ac..45fa31f 100644 --- a/charts/open-webui/README.md +++ b/charts/open-webui/README.md @@ -1,6 +1,6 @@ # open-webui -![Version: 5.22.0](https://img.shields.io/badge/Version-5.22.0-informational?style=flat-square) ![AppVersion: 0.5.16](https://img.shields.io/badge/AppVersion-0.5.16-informational?style=flat-square) +![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) Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋 @@ -37,7 +37,6 @@ helm upgrade --install open-webui open-webui/open-webui | https://charts.bitnami.com/bitnami | redis-cluster(redis) | >=20.6.2 | | https://helm.openwebui.com | pipelines | >=0.0.1 | | https://otwld.github.io/ollama-helm/ | ollama | >=0.24.0 | -| https://zilliztech.github.io/milvus-helm | milvus | >=4.2.40 | ## Values @@ -67,11 +66,6 @@ helm upgrade --install open-webui open-webui/open-webui | managedCertificate.domains[0] | string | `"chat.example.com"` | | | managedCertificate.enabled | bool | `false` | | | managedCertificate.name | string | `"mydomain-chat-cert"` | | -| milvus.db | string | `"default"` | Active Milvus database for RAG with env `MILVUS_DB` ref: https://docs.openwebui.com/getting-started/env-configuration#milvus_db | -| milvus.enabled | bool | `false` | Enable Milvus installation. Deploys a Milvus cluster/standalone with subchart 'milvus' from zilliztech ref: https://github.com/zilliztech/milvus-helm/tree/master/charts/milvus | -| milvus.fullnameOverride | string | `"open-webui-milvus"` | Milvus fullname override (recommended to be 'open-webui-milvus') - In this case, the Milvus uri will be 'http://[username:password@]open-webui-milvus:19530' | -| milvus.token | object | `{}` | Active Milvus token for RAG with env `MILVUS_TOKEN` ref: https://docs.openwebui.com/getting-started/env-configuration#milvus_token | -| milvus.uri | string | `"http://open-webui-milvus:19530"` | Active Milvus URI for RAG with env `MILVUS_URI`. If there is credentials in the uri, it will be used to connect to the Milvus server. ref: https://docs.openwebui.com/getting-started/env-configuration#milvus_uri | | nameOverride | string | `""` | | | namespaceOverride | string | `""` | | | nodeSelector | object | `{}` | Node labels for pod assignment. | @@ -93,11 +87,7 @@ helm upgrade --install open-webui open-webui/open-webui | pipelines.extraEnvVars | list | `[]` | This section can be used to pass required environment variables to your pipelines (e.g. Langfuse hostname) | | podAnnotations | object | `{}` | | | podLabels | object | `{}` | | -| podSecurityContext | object | `{}` | Configure pod security context ref: | -| rag.embeddingEngine | string | `""` | Embedding engine to use for RAG with env `RAG_EMBEDDING_ENGINE`: ""(empty), "ollama", "openai" ref: https://docs.openwebui.com/getting-started/env-configuration#rag_embedding_engine | -| rag.embeddingModel | string | `""` | Embedding model to use for RAG with env `RAG_EMBEDDING_MODEL` ref: https://docs.openwebui.com/getting-started/env-configuration#rag_embedding_model | -| rag.enabled | bool | `false` | Enable RAG ref: https://docs.openwebui.com/getting-started/env-configuration#retrieval-augmented-generation-rag | -| rag.vectorDB | string | `""` | Vector database configuration ref: https://docs.openwebui.com/getting-started/env-configuration#vector_db | +| podSecurityContext | object | `{}` | Configure pod security context ref: | | readinessProbe | object | `{}` | Probe for readiness of the Open WebUI container ref: | | redis-cluster | object | `{"auth":{"enabled":false},"enabled":false,"fullnameOverride":"open-webui-redis","replica":{"replicaCount":3}}` | Deploys a Redis cluster with subchart 'redis' from bitnami | | redis-cluster.auth | object | `{"enabled":false}` | Redis Authentication | diff --git a/charts/open-webui/charts/milvus-4.2.40.tgz b/charts/open-webui/charts/milvus-4.2.40.tgz deleted file mode 100644 index eafc4d0..0000000 Binary files a/charts/open-webui/charts/milvus-4.2.40.tgz and /dev/null differ diff --git a/charts/open-webui/charts/ollama-1.7.0.tgz b/charts/open-webui/charts/ollama-1.8.0.tgz similarity index 75% rename from charts/open-webui/charts/ollama-1.7.0.tgz rename to charts/open-webui/charts/ollama-1.8.0.tgz index 389e617..b6434de 100644 Binary files a/charts/open-webui/charts/ollama-1.7.0.tgz and b/charts/open-webui/charts/ollama-1.8.0.tgz differ diff --git a/charts/open-webui/charts/pipelines-0.4.0.tgz b/charts/open-webui/charts/pipelines-0.4.0.tgz deleted file mode 100644 index cedfe6b..0000000 Binary files a/charts/open-webui/charts/pipelines-0.4.0.tgz and /dev/null differ diff --git a/charts/open-webui/charts/pipelines-0.5.0.tgz b/charts/open-webui/charts/pipelines-0.5.0.tgz new file mode 100644 index 0000000..de0c888 Binary files /dev/null and b/charts/open-webui/charts/pipelines-0.5.0.tgz differ diff --git a/charts/open-webui/charts/redis-20.10.0.tgz b/charts/open-webui/charts/redis-20.10.0.tgz deleted file mode 100644 index b923054..0000000 Binary files a/charts/open-webui/charts/redis-20.10.0.tgz and /dev/null differ diff --git a/charts/open-webui/charts/redis-20.11.3.tgz b/charts/open-webui/charts/redis-20.11.3.tgz new file mode 100644 index 0000000..12cc741 Binary files /dev/null and b/charts/open-webui/charts/redis-20.11.3.tgz differ diff --git a/charts/open-webui/templates/workload-manager.yaml b/charts/open-webui/templates/workload-manager.yaml index e5ea8f3..fe6290b 100644 --- a/charts/open-webui/templates/workload-manager.yaml +++ b/charts/open-webui/templates/workload-manager.yaml @@ -144,28 +144,6 @@ spec: - name: "ENABLE_OPENAI_API" value: "False" {{- end }} - {{- if .Values.rag.enabled }} - - name: "VECTOR_DB" - value: {{ .Values.rag.vectorDB | default "croma" | quote }} - {{- if and .Values.rag.enabled .Values.rag.embeddingEngine }} - - name: "RAG_EMBEDDING_ENGINE" - value: {{ .Values.rag.embeddingEngine | quote }} - {{- end }} - {{- if and .Values.rag.enabled .Values.rag.embeddingModel }} - - name: "RAG_EMBEDDING_MODEL" - value: {{ .Values.rag.embeddingModel | quote }} - {{- end }} - {{- end }} - {{- if .Values.milvus.enabled }} - - name: "MILVUS_URI" - value: {{ .Values.milvus.uri | default "${DATA_DIR}/vector_db/milvus.db" | quote }} - - name: "MILVUS_DB" - value: {{ .Values.milvus.db | default "default" | quote }} - {{- if and .Values.milvus.enabled .Values.milvus.token }} - - name: "MILVUS_TOKEN" - value: {{ .Values.milvus.token | quote }} - {{- end }} - {{- end }} {{- if .Values.extraEnvVars }} {{- toYaml .Values.extraEnvVars | nindent 8 }} {{- end }} diff --git a/charts/open-webui/values.yaml b/charts/open-webui/values.yaml index 0e7acdf..980256d 100644 --- a/charts/open-webui/values.yaml +++ b/charts/open-webui/values.yaml @@ -106,39 +106,6 @@ redis-cluster: # -- Number of Redis replica instances replicaCount: 3 -rag: - # -- Enable RAG - # ref: https://docs.openwebui.com/getting-started/env-configuration#retrieval-augmented-generation-rag - enabled: false - # -- Vector database configuration - # ref: https://docs.openwebui.com/getting-started/env-configuration#vector_db - vectorDB: "" - # -- Embedding engine to use for RAG with env `RAG_EMBEDDING_ENGINE`: ""(empty), "ollama", "openai" - # ref: https://docs.openwebui.com/getting-started/env-configuration#rag_embedding_engine - embeddingEngine: "" - # -- Embedding model to use for RAG with env `RAG_EMBEDDING_MODEL` - # ref: https://docs.openwebui.com/getting-started/env-configuration#rag_embedding_model - 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: false - # -- Milvus fullname override (recommended to be 'open-webui-milvus') - # - In this case, the Milvus uri will be 'http://[username:password@]open-webui-milvus:19530' - fullnameOverride: open-webui-milvus - # -- Active Milvus URI for RAG with env `MILVUS_URI`. If there is credentials in the uri, it will be used to connect to the Milvus server. - # ref: https://docs.openwebui.com/getting-started/env-configuration#milvus_uri - uri: "http://open-webui-milvus:19530" - # -- Example `milvus.uri` with credentials (Not recommended for production. Use `env` with `secretKeyRef` instead) - # uri: "http://username:password@open-webui-milvus:19530" - # -- Active Milvus database for RAG with env `MILVUS_DB` - # ref: https://docs.openwebui.com/getting-started/env-configuration#milvus_db - db: default - # -- Active Milvus token for RAG with env `MILVUS_TOKEN` - # ref: https://docs.openwebui.com/getting-started/env-configuration#milvus_token - token: {} - # -- Value of cluster domain clusterDomain: cluster.local