disable actualbudget image updates as they are too noisy[ci skip]
This commit is contained in:
parent
cb065d7a4f
commit
b9104fe3aa
2 changed files with 148 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue