From 79118c0366c3e9cf6bce5f902f88da4fd4332b0a Mon Sep 17 00:00:00 2001 From: Jansen Fuller Date: Tue, 12 May 2026 15:44:49 +0000 Subject: [PATCH] Forgot to fix the chart path (#200) --- docs/src/usage/helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/usage/helm.md b/docs/src/usage/helm.md index bc74215..f637f5d 100644 --- a/docs/src/usage/helm.md +++ b/docs/src/usage/helm.md @@ -5,7 +5,7 @@ A Helm chart is available for deploying taskchampion-sync-server on Kubernetes. ## Adding the Repository ```sh -helm repo add taskchampion https://gothenburgbitfactory.org/taskchampion-sync-server/helm-charts +helm repo add taskchampion https://gothenburgbitfactory.org/taskchampion-sync-server/helm-chart helm repo update ```