disable diun moniotring for postgres and mysql as we want versions pinned
This commit is contained in:
parent
8a397fb5f7
commit
9921dfe0b1
2 changed files with 1 additions and 1 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue