diff --git a/charts/open-webui/Chart.yaml b/charts/open-webui/Chart.yaml index 6a5686d..99bd7fe 100644 --- a/charts/open-webui/Chart.yaml +++ b/charts/open-webui/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: open-webui -version: 5.1.0 -appVersion: 0.5.3 +version: 5.1.1 +appVersion: 0.5.4 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 76a3c5c..0efcc18 100644 --- a/charts/open-webui/README.md +++ b/charts/open-webui/README.md @@ -1,6 +1,6 @@ # open-webui -![Version: 5.0.1](https://img.shields.io/badge/Version-5.0.1-informational?style=flat-square) ![AppVersion: 0.5.3](https://img.shields.io/badge/AppVersion-0.5.3-informational?style=flat-square) +![Version: 5.1.1](https://img.shields.io/badge/Version-5.1.1-informational?style=flat-square) ![AppVersion: 0.5.4](https://img.shields.io/badge/AppVersion-0.5.4-informational?style=flat-square) Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋 @@ -49,9 +49,6 @@ helm upgrade --install open-webui open-webui/open-webui | 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 | | 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: | -| livenessProbe | object | `{}` | Configure livenessProbe ref: | -| readinessProbe | object | `{}` | Configure readinessProbe ref: | -| startupProbe | object | `{}` | Configure startupProbe ref: | | ingress.additionalHosts | list | `[]` | | | ingress.annotations | object | `{}` | Use appropriate annotations for your Ingress controller, e.g., for NGINX: nginx.ingress.kubernetes.io/rewrite-target: / | | ingress.class | string | `""` | | @@ -59,6 +56,7 @@ helm upgrade --install open-webui open-webui/open-webui | ingress.existingSecret | string | `""` | | | ingress.host | string | `""` | | | ingress.tls | bool | `false` | | +| livenessProbe | object | `{}` | Probe for liveness of the Open WebUI container ref: | | nameOverride | string | `""` | | | namespaceOverride | string | `""` | | | nodeSelector | object | `{}` | Node labels for pod assignment. | @@ -79,6 +77,7 @@ helm upgrade --install open-webui open-webui/open-webui | podAnnotations | object | `{}` | | | podLabels | object | `{}` | | | podSecurityContext | object | `{}` | Configure pod security context ref: | +| readinessProbe | object | `{}` | Probe for readiness of the Open WebUI container ref: | | 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 | @@ -86,6 +85,7 @@ helm upgrade --install open-webui open-webui/open-webui | serviceAccount.automountServiceAccountToken | bool | `false` | | | serviceAccount.enable | bool | `true` | | | serviceAccount.name | string | `""` | | +| startupProbe | object | `{}` | Probe for startup of the Open WebUI container ref: | | strategy | object | `{}` | Strategy for updating the workload manager: deployment or statefulset | | tika.enabled | bool | `false` | Automatically install Apache Tika to extend Open WebUI | | tolerations | list | `[]` | Tolerations for pod assignment | diff --git a/charts/pipelines/README.md b/charts/pipelines/README.md index 6054ecf..8e6b607 100644 --- a/charts/pipelines/README.md +++ b/charts/pipelines/README.md @@ -1,6 +1,6 @@ # pipelines -![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![AppVersion: alpha](https://img.shields.io/badge/AppVersion-alpha-informational?style=flat-square) +![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![AppVersion: alpha](https://img.shields.io/badge/AppVersion-alpha-informational?style=flat-square) Pipelines: UI-Agnostic OpenAI API Plugin Framework @@ -46,6 +46,7 @@ helm upgrade --install open-webui open-webui/pipelines | ingress.host | string | `""` | | | ingress.tls | bool | `false` | | | nameOverride | string | `""` | | +| namespaceOverride | string | `""` | | | nodeSelector | object | `{}` | Node labels for pod assignment. | | persistence.accessModes | list | `["ReadWriteOnce"]` | If using multiple replicas, you must update accessModes to ReadWriteMany | | persistence.annotations | object | `{}` | | @@ -55,6 +56,7 @@ helm upgrade --install open-webui open-webui/pipelines | persistence.size | string | `"2Gi"` | | | persistence.storageClass | string | `""` | | | podAnnotations | object | `{}` | | +| podLabels | object | `{}` | | | replicaCount | int | `1` | | | resources | object | `{}` | | | service.annotations | object | `{}` | | @@ -64,6 +66,8 @@ helm upgrade --install open-webui open-webui/pipelines | service.nodePort | string | `""` | | | service.port | int | `9099` | | | service.type | string | `"ClusterIP"` | | +| serviceAccount.automountServiceAccountToken | bool | `false` | | +| serviceAccount.enable | bool | `true` | | | tolerations | list | `[]` | Tolerations for pod assignment | ----------------------------------------------