mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-07-16 16:35:41 +00:00
Removing uneeded files
This commit is contained in:
committed by
Dustin J. Mitchell
parent
9fcdbc71a3
commit
1ead599bce
35
.github/workflows/helm.yml
vendored
35
.github/workflows/helm.yml
vendored
@ -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 }}"
|
|
||||||
@ -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"
|
|
||||||
Reference in New Issue
Block a user