Skip to content

Commit 8257b2a

Browse files
authored
Merge pull request #3233 from yuvipanda/pruner-freq
Run the buildkit image pruner more frequently
2 parents 54e65e0 + 4f61589 commit 8257b2a

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 30min
18-
schedule: "*/30 * * * *"
17+
# Run this every 10min
18+
schedule: "*/10 * * * *"
1919

2020
registry:
2121
enabled: false

0 commit comments

Comments
 (0)