mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-07-16 16:35:41 +00:00
Adding index.yaml
This commit is contained in:
committed by
Dustin J. Mitchell
parent
88095c17d7
commit
9fcdbc71a3
35
.github/workflows/helm.yml
vendored
Normal file
35
.github/workflows/helm.yml
vendored
Normal file
@ -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 }}"
|
||||||
25
helm-charts/index.yaml
Normal file
25
helm-charts/index.yaml
Normal file
@ -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"
|
||||||
25
helm/index.yaml
Normal file
25
helm/index.yaml
Normal file
@ -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"
|
||||||
Reference in New Issue
Block a user