Auto-generate chart README [no ci]

This commit is contained in:
k8s-at-home[bot] 2021-12-30 11:12:14 +00:00
parent 9070817c91
commit 1385ad29fb

View File

@ -8,7 +8,7 @@ Unified UI and API for processing and training images for facial recognition.
## Source Code ## Source Code
- <https://github.com/jakowenko/double-take> * <https://github.com/jakowenko/double-take>
## Requirements ## Requirements
@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
## Dependencies ## Dependencies
| Repository | Name | Version | | Repository | Name | Version |
| -------------------------------------- | ------ | ------- | |------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 4.2.0 | | https://library-charts.k8s-at-home.com | common | 4.2.0 |
## TL;DR ## TL;DR
@ -74,12 +74,14 @@ helm install double-take k8s-at-home/double-take -f values.yaml
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common) **Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common)
| Key | Type | Default | Description | | Key | Type | Default | Description |
| ----------------------------------- | ------ | ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |-----|------|---------|-------------|
| config | object | See values.yaml | double-take configuration settings. This will be copied into the container's persistent storage at first run only. Further configuration should be done in the application itself! See [project documentation](https://github.com/jakowenko/double-take#configuration) for more information. | | config | object | See values.yaml | double-take configuration settings. This will be copied into the container's persistent storage at first run only. Further configuration should be done in the application itself! See [project documentation](https://github.com/jakowenko/double-take#configuration) for more information. |
| config.detectors.compreface.enabled | bool | see values.yaml | enable or disable the compreface detector | | config.detectors.compreface.enabled | bool | `true` | enable or disable the compreface detector |
| config.detectors.deepstack.enabled | bool | see values.yaml | enable or disable the compreface detector | | config.detectors.deepstack.enabled | bool | `false` | enable or disable the deepstack detector |
| config.detectors.facebox.enabled | bool | see values.yaml | enable or disable the compreface detector | | config.detectors.deepstack.timeout | int | `15` | number of seconds before the request times out and is aborted |
| config.notify.gotify.enabled | bool | see values.yaml | enable gotify | | config.detectors.facebox.enabled | bool | `false` | enable or disable the facebox detector |
| config.detectors.facebox.timeout | int | `15` | number of seconds before the request times out and is aborted |
| config.notify.gotify.enabled | bool | `true` | enable gotify |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"jakowenko/double-take"` | image repository | | image.repository | string | `"jakowenko/double-take"` | image repository |
| image.tag | string | `"1.6.0"` | image tag | | image.tag | string | `"1.6.0"` | image tag |
@ -134,6 +136,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Ask a [question](https://github.com/k8s-at-home/organization/discussions) - Ask a [question](https://github.com/k8s-at-home/organization/discussions)
- Join our [Discord](https://discord.gg/sTMX7Vh) community - Join our [Discord](https://discord.gg/sTMX7Vh) community
--- ----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)