disable diun for technitium [ci skip]

This commit is contained in:
Viktor Barzin 2025-12-26 16:15:00 +00:00
parent 6fd53d3765
commit 32f51d94a4
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -39,7 +39,7 @@ resource "kubernetes_deployment" "technitium" {
template {
metadata {
annotations = {
"diun.enable" = "true"
"diun.enable" = "false"
# "diun.include_tags" = "^\\d+(?:\\.\\d+)?(?:\\.\\d+)?$"
"diun.include_tags" = "latest"
}