updatebot: Schedule updatebot for Firefly-III

Firefly-III only has a single Pod/container to manage with `updatebot`.
This commit is contained in:
2024-08-27 18:11:52 -05:00
parent 5de1379c1f
commit 7c1fed7685
2 changed files with 81 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[repo]
url = "https://git.pyrocufflink.net/infra/kubernetes"
token_file = "/run/secrets/updatebot/gitea.token"
[projects.firefly-iii]
kind = "kustomize"
image = "docker.io/fireflyiii/core"
tag_format = "version-{version}"
[projects.firefly-iii.source]
kind = "github"
organization = "firefly-iii"
repo = "firefly-iii"