From 890a01cbba173419f40c0d69b31703a37a79403a Mon Sep 17 00:00:00 2001 From: Domingos Ferreira Viana Neto Date: Thu, 5 Mar 2026 02:23:17 -0300 Subject: [PATCH] Update helm repository Now the chart can be pulled from github container registry. --- docs/wiki/Helm.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/wiki/Helm.md b/docs/wiki/Helm.md index 61d0b1e..cec3bbd 100644 --- a/docs/wiki/Helm.md +++ b/docs/wiki/Helm.md @@ -1,25 +1,19 @@ # Helm Chart -There's an unofficial helm chart that may be used to deploy FileRise +There's an unofficial [helm chart](https://github.com/dofevine/charts/tree/main/filerise) that may be used to deploy FileRise ## Installation -### Add repository - -```bash -helm repo add dofevine https://dofevine.github.io/charts/ -``` - ### Basic Installation ```bash -helm install filerise dofevine/FileRise +helm install filerise oci://ghcr.io/dofevine/charts/filerise ``` ### Install with custom values ```bash -helm install filerise dofevine/FileRise -f values +helm install filerise oci://ghcr.io/dofevine/charts/filerise -f values ``` ### Remove installed release