From 6612d0d02baa71b26dc147eeda07ee8ce9506e1c Mon Sep 17 00:00:00 2001 From: Jansen Fuller Date: Fri, 29 May 2026 17:46:22 +0000 Subject: [PATCH] Fix install directory for helm chart (#207) * Fixing helm publish path * Fixing install dir for helm chart --- .github/workflows/publish-helm.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-helm.yml b/.github/workflows/publish-helm.yml index ddfcfb4..403ef4c 100644 --- a/.github/workflows/publish-helm.yml +++ b/.github/workflows/publish-helm.yml @@ -33,5 +33,4 @@ jobs: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: charts_dir: helm - charts_repo_url: https://gothenburgbitfactory.org/taskchampion-sync-server/helm-chart - pages_index_path: helm-chart + install_dir: helm-chart