Skip to content

Commit 6379bd8

Browse files
authored
Merge pull request #3234 from yuvipanda/frequenter
Run buildkit pruner more frequently
2 parents 8257b2a + f020781 commit 6379bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mybinder/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ buildkitPruner:
1414
# Use the same image as we use for dind
1515
image: docker:27.5.1-dind
1616
buildkitCacheSize: 300GB
17-
# Run this every 10min
18-
schedule: "*/10 * * * *"
17+
# Run this every 5min
18+
schedule: "*/5 * * * *"
1919

2020
registry:
2121
enabled: false

0 commit comments

Comments
 (0)