From 54961fc38b34794ae986f480043b694b886df411 Mon Sep 17 00:00:00 2001 From: "0xThresh.eth" <0xthresh@protonmail.com> Date: Thu, 7 Nov 2024 14:11:43 -0700 Subject: [PATCH] Updated Chart version and docs --- charts/open-webui/Chart.yaml | 2 +- charts/open-webui/README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/open-webui/Chart.yaml b/charts/open-webui/Chart.yaml index 6d5fa31..ac7a134 100644 --- a/charts/open-webui/Chart.yaml +++ b/charts/open-webui/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: open-webui -version: 3.5.1 +version: 3.6.0 appVersion: "0.3.35" home: https://www.openwebui.com/ diff --git a/charts/open-webui/README.md b/charts/open-webui/README.md index 39cad1d..755c4c7 100644 --- a/charts/open-webui/README.md +++ b/charts/open-webui/README.md @@ -1,6 +1,6 @@ # open-webui -![Version: 3.5.1](https://img.shields.io/badge/Version-3.5.1-informational?style=flat-square) ![AppVersion: 0.3.35](https://img.shields.io/badge/AppVersion-0.3.35-informational?style=flat-square) +![Version: 3.6.0](https://img.shields.io/badge/Version-3.6.0-informational?style=flat-square) ![AppVersion: 0.3.35](https://img.shields.io/badge/AppVersion-0.3.35-informational?style=flat-square) Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋 @@ -32,6 +32,7 @@ helm upgrade --install open-webui open-webui/open-webui | Repository | Name | Version | |------------|------|---------| +| https://apache.jfrog.io/artifactory/tika | tika | >=2.9.0 | | https://helm.openwebui.com | pipelines | >=0.0.1 | | https://otwld.github.io/ollama-helm/ | ollama | >=0.24.0 | @@ -74,6 +75,7 @@ helm upgrade --install open-webui open-webui/open-webui | replicaCount | int | `1` | | | resources | object | `{}` | | | service | object | `{"annotations":{},"containerPort":8080,"labels":{},"loadBalancerClass":"","nodePort":"","port":80,"type":"ClusterIP"}` | Service values to expose Open WebUI pods to cluster | +| tika.enabled | bool | `false` | | | tolerations | list | `[]` | Tolerations for pod assignment | | topologySpreadConstraints | list | `[]` | Topology Spread Constraints for pod assignment | | volumeMounts | object | `{"container":[],"initContainer":[]}` | Configure container volume mounts ref: |