From 8519896bc7f62d2996f1a2f3d74ef7e95a324419 Mon Sep 17 00:00:00 2001 From: Dale Francum Date: Tue, 10 Mar 2026 06:14:07 -0400 Subject: [PATCH] doc: README correction for helm search repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6956ead51..ae9a94a9b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The Helm repository can be installed as follows: helm repo add owner https://owner.github.io/helm-charts ``` -You can then run `helm search repo bjw-s` to search the charts. +You can then run `helm search repo owner` to search the charts. ---