diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml new file mode 100644 index 0000000..56cbe57 --- /dev/null +++ b/.github/workflows/helm.yml @@ -0,0 +1,35 @@ +name: Release Charts + +on: + push: + branches: + - main + paths: + - helm + +jobs: + release: + permissions: + contents: write + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - name: Configure Git + run: | + git config user.name "$GITHUB_ACTOR" + git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + + - name: Install Helm + uses: azure/setup-helm@v3 + + - name: Run chart-releaser + uses: helm/chart-releaser-action@v1.6.0 + with: + skip_existing: true + packages_with_index: true + env: + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/helm-charts/index.yaml b/helm-charts/index.yaml new file mode 100644 index 0000000..aae1cad --- /dev/null +++ b/helm-charts/index.yaml @@ -0,0 +1,25 @@ +apiVersion: v1 +entries: + taskchampion-sync-server: + - apiVersion: v2 + appVersion: 0.7.0 + created: "2026-05-11T20:04:28.411646-06:00" + description: A Helm chart for deploying TaskChampion Sync Server on Kubernetes + digest: 0d82bc1754d0d427bfae2b14233b1b1012bb63d5cb0eeefcc9c8cf1f6adf4fa2 + home: https://github.com/GothenburgBitFactory/taskchampion-sync-server + keywords: + - taskchampion + - taskwarrior + - sync + - task-management + maintainers: + - email: jansendfuller@mailfence.com + name: Jansen Fuller + name: taskchampion-sync-server + sources: + - https://github.com/GothenburgBitFactory/taskchampion-sync-server + type: application + urls: + - https://gothenburgbitfactory.org/taskchampion-sync-server/helm-charts/taskchampion-sync-server-0.1.0.tgz + version: 0.1.0 +generated: "2026-05-11T20:04:28.410754-06:00" diff --git a/helm/index.yaml b/helm/index.yaml new file mode 100644 index 0000000..aae1cad --- /dev/null +++ b/helm/index.yaml @@ -0,0 +1,25 @@ +apiVersion: v1 +entries: + taskchampion-sync-server: + - apiVersion: v2 + appVersion: 0.7.0 + created: "2026-05-11T20:04:28.411646-06:00" + description: A Helm chart for deploying TaskChampion Sync Server on Kubernetes + digest: 0d82bc1754d0d427bfae2b14233b1b1012bb63d5cb0eeefcc9c8cf1f6adf4fa2 + home: https://github.com/GothenburgBitFactory/taskchampion-sync-server + keywords: + - taskchampion + - taskwarrior + - sync + - task-management + maintainers: + - email: jansendfuller@mailfence.com + name: Jansen Fuller + name: taskchampion-sync-server + sources: + - https://github.com/GothenburgBitFactory/taskchampion-sync-server + type: application + urls: + - https://gothenburgbitfactory.org/taskchampion-sync-server/helm-charts/taskchampion-sync-server-0.1.0.tgz + version: 0.1.0 +generated: "2026-05-11T20:04:28.410754-06:00"