diff --git a/charts/refact-chatbot-ui/README.md b/charts/refact-chatbot-ui/README.md index d3fff29..70a75bf 100644 --- a/charts/refact-chatbot-ui/README.md +++ b/charts/refact-chatbot-ui/README.md @@ -1,10 +1,10 @@ -# refact +# refact-chatbot-ui -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: v1.1.0](https://img.shields.io/badge/AppVersion-v1.1.0-informational?style=flat-square) +![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) -A self-hosted open-source alternative to Copilot. +Chatbot web UI for Refact, a self-hosted open-source alternative to Copilot. -**Homepage:** +**Homepage:** ## Maintainers @@ -14,7 +14,7 @@ A self-hosted open-source alternative to Copilot. ## Source Code -* +* ## Requirements @@ -28,13 +28,11 @@ Kubernetes: `>= 1.16.0-0` | Key | Type | Default | Description | |-----|------|---------|-------------| -| affinity | object | See values.yaml | Configures the affinity settings for the chart under this key. This can be used to force the deployment to run on a GPU-specific node. | +| env | object | See values.yaml | Configures the environemnt variables used by the refact chatbot ui under this key. This can be used to configure the location of your refact API | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"smallcloud/refact_self_hosting"` | image repository | +| image.repository | string | `"smallcloud/chatbot_ui"` | image repository | | image.tag | string | chart.appVersion | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| runtimeClassName | string | See values.yaml | Configures the runtime settings for the chart under this key. This can be used to configure your GPU-specific runtime environment name to the deployment. | | service | object | See values.yaml | Configures service settings for the chart. | ----------------------------------------------