Skip to content

Commit 2c14969

Browse files
committed
Only update grep once a day, as source is updated daily
1 parent 152b01b commit 2c14969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/grep/base/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: CronJob
44
metadata:
55
name: repo-refresh
66
spec:
7-
schedule: "0 * * * *"
7+
schedule: "0 1 * * *"
88
concurrencyPolicy: Forbid
99
jobTemplate:
1010
spec:

0 commit comments

Comments
 (0)