disable diun for technitium [ci skip]
This commit is contained in:
parent
73697264a6
commit
9efbbb4316
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ resource "kubernetes_deployment" "technitium" {
|
||||||
template {
|
template {
|
||||||
metadata {
|
metadata {
|
||||||
annotations = {
|
annotations = {
|
||||||
"diun.enable" = "true"
|
"diun.enable" = "false"
|
||||||
# "diun.include_tags" = "^\\d+(?:\\.\\d+)?(?:\\.\\d+)?$"
|
# "diun.include_tags" = "^\\d+(?:\\.\\d+)?(?:\\.\\d+)?$"
|
||||||
"diun.include_tags" = "latest"
|
"diun.include_tags" = "latest"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue