disable diun for linkwarden [ci skip]

This commit is contained in:
Viktor Barzin 2025-12-26 16:14:24 +00:00
parent 7e3e373fc7
commit 4d91aba474
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -45,7 +45,7 @@ resource "kubernetes_deployment" "linkwarden" {
app = "linkwarden" app = "linkwarden"
} }
annotations = { annotations = {
"diun.enable" = "true" "diun.enable" = "false"
"diun.include_tags" = "latest" "diun.include_tags" = "latest"
} }
} }