From 1ead599bce9c84219b510f487b1633104c5d94bd Mon Sep 17 00:00:00 2001 From: Jansen Fuller Date: Mon, 11 May 2026 21:09:35 -0600 Subject: [PATCH] Removing uneeded files --- .github/workflows/helm.yml | 35 ----------------------------------- helm/index.yaml | 25 ------------------------- 2 files changed, 60 deletions(-) delete mode 100644 .github/workflows/helm.yml delete mode 100644 helm/index.yaml diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml deleted file mode 100644 index 56cbe57..0000000 --- a/.github/workflows/helm.yml +++ /dev/null @@ -1,35 +0,0 @@ -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/index.yaml b/helm/index.yaml deleted file mode 100644 index aae1cad..0000000 --- a/helm/index.yaml +++ /dev/null @@ -1,25 +0,0 @@ -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"