mirror of
https://github.com/goharbor/harbor
synced 2025-04-07 19:31:30 +00:00
Temporarily disable updaters of clair
Set the updater interval to "0" to mitigate the impact of Apline URL change that cause clair keep polling vuln data. Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
parent
3e750ad6b6
commit
78bddd831a
|
@ -173,7 +173,7 @@ clair_db_username = postgres
|
||||||
clair_db = postgres
|
clair_db = postgres
|
||||||
|
|
||||||
#The interval of clair updaters, the unit is hour, set to 0 to disable the updaters.
|
#The interval of clair updaters, the unit is hour, set to 0 to disable the updaters.
|
||||||
clair_updaters_interval = 12
|
clair_updaters_interval = 0
|
||||||
|
|
||||||
##########End of Clair DB configuration############
|
##########End of Clair DB configuration############
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user