Skip to content

Commit f020781

Browse files
committed
Run buildkit pruner more frequently
1 parent 4f61589 commit f020781

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)