From b52f757f74a7d77b764fe8297ad72925b3d7575e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hans-J=C3=B6rg=20Wieland?= <mail@wieland.tech>
Date: Tue, 27 Dec 2022 17:33:27 +0100
Subject: [PATCH] fix(docs): use correct folder name in README for helm
 Subchart archives (#19588)

---
 lib/modules/manager/helmv3/readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/modules/manager/helmv3/readme.md b/lib/modules/manager/helmv3/readme.md
index d7ded06e7e..8da2240f47 100644
--- a/lib/modules/manager/helmv3/readme.md
+++ b/lib/modules/manager/helmv3/readme.md
@@ -72,7 +72,7 @@ For this you use a custom `hostRules` array.
 ### Subchart archives
 
 To get updates for subchart archives put `helmUpdateSubChartArchives` in your `postUpdateOptions` configuration.
-Renovate now updates archives in the `/chart` folder.
+Renovate now updates archives in the `/charts` folder.
 
 ```json
 {
-- 
GitLab