From 7bcfb345b22ecafd46d811013ed1b927809c4cec Mon Sep 17 00:00:00 2001 From: "k8s-at-home[bot]" Date: Mon, 4 Jul 2022 06:28:45 +0000 Subject: [PATCH] chore: Auto-update chart README [skip ci] --- charts/stable/adguard-home/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/stable/adguard-home/README.md b/charts/stable/adguard-home/README.md index d28a0313..d8be3037 100644 --- a/charts/stable/adguard-home/README.md +++ b/charts/stable/adguard-home/README.md @@ -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