Skip to content

Commit f98479e

Browse files
authored
chore: raise job history limits (#7246)
1 parent d3e45a9 commit f98479e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

typescript/infra/helm/check-warp-deploy/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hyperlane:
77
registryCommit: '' # Registry commit to use
88
cronjob:
99
schedule: '0 15 * * *'
10-
successfulJobsHistoryLimit: 1
11-
failedJobsHistoryLimit: 1
10+
successfulJobsHistoryLimit: 3
11+
failedJobsHistoryLimit: 5
1212
externalSecrets:
1313
clusterSecretStore:

typescript/infra/helm/key-funder/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hyperlane:
1313
- relayer
1414
cronjob:
1515
schedule: '*/10 * * * *' # Every 10 minutes
16-
successfulJobsHistoryLimit: 1
17-
failedJobsHistoryLimit: 1
16+
successfulJobsHistoryLimit: 6
17+
failedJobsHistoryLimit: 10
1818
externalSecrets:
1919
clusterSecretStore:

0 commit comments

Comments
 (0)