From eb8b8b3347b8b81a3f8edbb87b6328dd5813b91e Mon Sep 17 00:00:00 2001 From: James Blair Date: Fri, 27 May 2022 09:10:47 +0000 Subject: [PATCH] Rename default helm release name in README.org. --- jellyfin/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyfin/README.org b/jellyfin/README.org index a5ea5a7..0f3d55d 100644 --- a/jellyfin/README.org +++ b/jellyfin/README.org @@ -13,5 +13,5 @@ I created this helm chart for self-hosting jellyfin in a container on ~k3s~. Com git clone https://github.com/jmhbnz/charts.git # Install the chart -helm upgrade --install -n jamma-jellyfin jellyfin charts/jellyfin +helm upgrade --install -n jamma-jellyfin jamma-jellyfin charts/jellyfin #+end_src