chore: Auto-update chart README [skip ci]

This commit is contained in:
k8s-at-home[bot] 2022-04-17 14:05:55 +00:00
parent 4c4c47d415
commit 091c7c735b

View File

@ -80,7 +80,7 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone | | env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | image repository | | image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | image repository |
| image.tag | string | `"v0.20.892"` | image tag | | image.tag | string | `nil` | |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | 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. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. | | service | object | See values.yaml | Configures service settings for the chart. |
@ -95,7 +95,7 @@ N/A
#### Changed #### Changed
* Updated the docker image to the latest version v0.20.892 * Updated the docker image to the latest version v0.20.892.
#### Fixed #### Fixed