disable diun moniotring for postgres and mysql as we want versions pinned

This commit is contained in:
Viktor Barzin 2025-02-15 16:11:02 +00:00
parent 8a397fb5f7
commit 9921dfe0b1
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 1 additions and 1 deletions

View file

@ -693,7 +693,7 @@ resource "kubernetes_deployment" "postgres" {
app = "postgresql"
}
annotations = {
"diun.enable" = "true"
"diun.enable" = "false"
"diun.include_tags" = "^\\d+(?:\\.\\d+)?-bullseye$"
}
}

Binary file not shown.