Skip to content

Commit 617cd57

Browse files
theflockersLeandro Mendes
andauthored
fix: remove release cleanup cronjob (#8271)
this PR suspends the cronjob to delete old releases as kubearchive is now taking care of it. Co-authored-by: Leandro Mendes <[email protected]>
1 parent c3d0711 commit 617cd57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/release/base/cronjobs/remove-expired-releases.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ spec:
88
schedule: "10 03 * * *"
99
successfulJobsHistoryLimit: 7
1010
failedJobsHistoryLimit: 7
11+
suspend: true
1112
jobTemplate:
1213
spec:
1314
template:

0 commit comments

Comments
 (0)