From b99dc52c958cfc2f313536fcc8f8e678f83980ca Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Wed, 29 Oct 2025 12:47:11 +0100 Subject: [PATCH] docs: Update README with instructions on helm install --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8776e8f..a7c5e87 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,17 @@ uv sync # Or using Docker docker pull ghcr.io/cbcoutinho/nextcloud-mcp-server:latest + +# Or deploy to Kubernetes with Helm +helm repo add nextcloud-mcp https://cbcoutinho.github.io/nextcloud-mcp-server +helm repo update +helm install nextcloud-mcp nextcloud-mcp/nextcloud-mcp-server \ + --set nextcloud.host=https://cloud.example.com \ + --set auth.basic.username=myuser \ + --set auth.basic.password=mypassword ``` -See [Installation Guide](docs/installation.md) for detailed instructions. +See [Installation Guide](docs/installation.md) for detailed instructions, or [Helm Chart README](charts/nextcloud-mcp-server/README.md) for Kubernetes deployment. ### 2. Configure