From 82cc2e5d178dc186c83681262537dbb45c986ae8 Mon Sep 17 00:00:00 2001 From: Juergen Ehrensberger Date: Tue, 18 Mar 2025 19:13:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(helm)=20correct=20helm=20chart=20r?= =?UTF-8?q?epository=20URL=20for=20meet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The URL https://numerique-gouv.github.io/meet/ is not accessible. The correct URL appears to be https://suitenumerique.github.io/meet/ --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 81009e80..dd81b81a 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -212,7 +212,7 @@ POSTGRES_PASSWORD: pass Now you are ready to deploy Visio without AI. AI required more dependencies (Openai-compliant API, LiveKit Egress, Cold storage and a docs deployment to push resumes). To deploy meet you need to provide all previous information to the helm chart. ``` -$ helm repo add meet https://numerique-gouv.github.io/meet/ +$ helm repo add meet https://suitenumerique.github.io/meet/ $ helm repo update $ helm install meet meet/meet -f examples/meet.values.yaml ```