Skip to content

Commit

Permalink
Merge pull request #3234 from yuvipanda/frequenter
Browse files Browse the repository at this point in the history
Run buildkit pruner more frequently
  • Loading branch information
yuvipanda authored Feb 19, 2025
2 parents 8257b2a + f020781 commit 6379bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ buildkitPruner:
# Use the same image as we use for dind
image: docker:27.5.1-dind
buildkitCacheSize: 300GB
# Run this every 10min
schedule: "*/10 * * * *"
# Run this every 5min
schedule: "*/5 * * * *"

registry:
enabled: false
Expand Down

0 comments on commit 6379bd8

Please sign in to comment.