diff --git a/charts/open-webui/Chart.lock b/charts/open-webui/Chart.lock index bb93e30..382a989 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.6.0 + version: 1.7.0 - name: pipelines repository: https://helm.openwebui.com version: 0.4.0 @@ -10,6 +10,6 @@ dependencies: version: 2.9.0 - name: redis repository: https://charts.bitnami.com/bitnami - version: 20.8.0 -digest: sha256:c46416dab731a587e01dd0667374adf99e69c30e91a3d3e37b53268df2afc478 -generated: "2025-02-22T03:19:10.656792+01:00" + version: 20.9.0 +digest: sha256:d94d9a3b5d723c49a041c006020f0e935e9b61c1070c40310c0974386114b718 +generated: "2025-02-26T06:40:17.918812+09:00" diff --git a/charts/open-webui/Chart.yaml b/charts/open-webui/Chart.yaml index ecf4fb0..4303693 100644 --- a/charts/open-webui/Chart.yaml +++ b/charts/open-webui/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: open-webui -version: 5.19.0 +version: 5.20.0 appVersion: 0.5.16 home: https://www.openwebui.com/ icon: >- diff --git a/charts/open-webui/README.md b/charts/open-webui/README.md index 26a7a04..b536ae6 100644 --- a/charts/open-webui/README.md +++ b/charts/open-webui/README.md @@ -1,6 +1,6 @@ # open-webui -![Version: 5.18.0](https://img.shields.io/badge/Version-5.18.0-informational?style=flat-square) ![AppVersion: 0.5.16](https://img.shields.io/badge/AppVersion-0.5.16-informational?style=flat-square) +![Version: 5.20.0](https://img.shields.io/badge/Version-5.20.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 👋 @@ -50,6 +50,7 @@ helm upgrade --install open-webui open-webui/open-webui | extraEnvVars | list | `[{"name":"OPENAI_API_KEY","value":"0p3n-w3bu!"}]` | Env vars added to the Open WebUI deployment. Most up-to-date environment variables can be found here: https://docs.openwebui.com/getting-started/env-configuration/ | | extraEnvVars[0] | object | `{"name":"OPENAI_API_KEY","value":"0p3n-w3bu!"}` | Default API key value for Pipelines. Should be updated in a production deployment, or be changed to the required API key if not using Pipelines | | extraResources | list | `[]` | Extra resources to deploy with Open WebUI | +| hostAliases | list | `[]` | HostAliases to be added to hosts-file of each container | | image | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/open-webui/open-webui","tag":""}` | Open WebUI image tags can be found here: https://github.com/open-webui/open-webui | | imagePullSecrets | list | `[]` | Configure imagePullSecrets to use private registry ref: | | ingress.additionalHosts | list | `[]` | | @@ -105,7 +106,6 @@ helm upgrade --install open-webui open-webui/open-webui | tika.enabled | bool | `false` | Automatically install Apache Tika to extend Open WebUI | | tolerations | list | `[]` | Tolerations for pod assignment | | topologySpreadConstraints | list | `[]` | Topology Spread Constraints for pod assignment | -| hostAliases | list | `[]` | HostAliases to be added to hosts-file of each container | | volumeMounts | object | `{"container":[],"initContainer":[]}` | Configure container volume mounts ref: | | volumes | list | `[]` | Configure pod volumes ref: | | websocket.enabled | bool | `false` | Enables websocket support in Open WebUI with env `ENABLE_WEBSOCKET_SUPPORT` | diff --git a/charts/open-webui/charts/ollama-1.6.0.tgz b/charts/open-webui/charts/ollama-1.7.0.tgz similarity index 77% rename from charts/open-webui/charts/ollama-1.6.0.tgz rename to charts/open-webui/charts/ollama-1.7.0.tgz index 514ed75..389e617 100644 Binary files a/charts/open-webui/charts/ollama-1.6.0.tgz and b/charts/open-webui/charts/ollama-1.7.0.tgz differ diff --git a/charts/open-webui/charts/redis-20.8.0.tgz b/charts/open-webui/charts/redis-20.8.0.tgz deleted file mode 100644 index ee65a6e..0000000 Binary files a/charts/open-webui/charts/redis-20.8.0.tgz and /dev/null differ diff --git a/charts/open-webui/charts/redis-20.9.0.tgz b/charts/open-webui/charts/redis-20.9.0.tgz new file mode 100644 index 0000000..92b356c Binary files /dev/null and b/charts/open-webui/charts/redis-20.9.0.tgz differ