updatebot: Add CronJob for Paperless-ngx

Paperless-ngx updates also need to cover Gotenberg and Apache Tika.
This commit is contained in:
2024-08-27 18:12:03 -05:00
parent 7c1fed7685
commit 7117ef455b
2 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
[repo]
url = "https://git.pyrocufflink.net/infra/kubernetes"
token_file = "/run/secrets/updatebot/gitea.token"
[projects.paperless-ngx]
kind = "kustomize"
image = "ghcr.io/paperless-ngx/paperless-ngx"
[projects.paperless-ngx.source]
kind = "github"
organization = "paperless-ngx"
repo = "paperless-ngx"
[projects.gotenberg]
kind = "kustomize"
path = "paperless-ngx"
image = "docker.io/gotenberg/gotenberg"
[projects.gotenberg.source]
kind = "github"
organization = "gotenberg"
repo = "gotenberg"
[projects.tika]
kind = "kustomize"
path = "paperless-ngx"
image = "docker.io/apache/tika"
[projects.tika.source]
kind = "docker"
namespace = "apache"
repository = "tika"