chore: Auto-update chart README [skip ci]

This commit is contained in:
k8s-at-home[bot] 2022-07-04 06:28:45 +00:00
parent f0345c078a
commit 7bcfb345b2

View File

@ -82,7 +82,7 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"adguard/adguardhome"` | image repository |
| image.tag | string | `"v0.107.7"` | image tag |
| image.tag | string | `nil` | |
| initContainers.copy-configmap | object | See values.yaml | Configures an initContainer that copies the configmap to the AdGuardHome conf directory It does NOT overwrite when the file already exists. |
| 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. |
@ -98,7 +98,6 @@ N/A
#### Changed
* Upgraded adguard-home to version v0.107.7.
* Synced the default adguard-home configuration with the new version.
#### Fixed