From 3a97cf1f1496052ca6362c5016774e4a745220e2 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Wed, 22 Feb 2023 18:49:56 +0100 Subject: [PATCH] README.md: helm install needs a release name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d94e8ba..1d4d728 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Dependencies: ## Installing ```sh -helm install oci://codeberg.org/forgejo-contrib/forgejo +helm install forgejo oci://codeberg.org/forgejo-contrib/forgejo ``` When upgrading, please refer to the [Upgrading](#upgrading) section at the bottom