From b20c5c4716663a1ec27782388bdee90a5c081730 Mon Sep 17 00:00:00 2001 From: Alexis Horgix Chotard Date: Wed, 3 Jun 2026 10:55:36 +0200 Subject: [PATCH] docs(README): fix `helm install` command instruction Which was failing with `Error: INSTALLATION FAILED: must either provide a name or specify --generate-name` as-is Signed-off-by: Alexis Horgix Chotard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f9c4c7..fbcd888 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ kubectl apply -f https://raw.githubusercontent.com/openreports/reports-api/refs/ Using OCI: ```sh -helm install oci://ghcr.io/openreports/charts/openreports: +helm install openreports oci://ghcr.io/openreports/charts/openreports: ``` Using the repository: