disable actualbudget image updates as they are too noisy[ci skip]

This commit is contained in:
Viktor Barzin 2025-01-07 19:48:39 +00:00
parent cb065d7a4f
commit b9104fe3aa
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 148 additions and 1 deletions

View file

@ -28,7 +28,7 @@ resource "kubernetes_deployment" "actualbudget" {
template {
metadata {
annotations = {
"diun.enable" = "true"
"diun.enable" = "false" # daily updates; pretty noisy
"diun.include_tags" = "^${var.tag}$"
}
labels = {