update diun annotations to correctly monitor for image version updates and update some services alongside[ci skip]

This commit is contained in:
Viktor Barzin 2024-12-30 14:01:38 +00:00
parent 871fa01b95
commit 8f739d87f1
18 changed files with 93 additions and 359 deletions

View file

@ -46,10 +46,14 @@ resource "kubernetes_deployment" "paperless-ngx" {
labels = {
app = "paperless-ngx"
}
annotations = {
"diun.enable" = "true"
"diun.include_tags" = "^\\d+(?:\\.\\d+)?(?:\\.\\d+)?$"
}
}
spec {
container {
image = "paperlessngx/paperless-ngx:2.9"
image = "paperlessngx/paperless-ngx:2.13.5"
name = "paperless-ngx"
env {
name = "PAPERLESS_REDIS"