We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e45a9 commit f98479eCopy full SHA for f98479e
typescript/infra/helm/check-warp-deploy/values.yaml
@@ -7,7 +7,7 @@ hyperlane:
7
registryCommit: '' # Registry commit to use
8
cronjob:
9
schedule: '0 15 * * *'
10
- successfulJobsHistoryLimit: 1
11
- failedJobsHistoryLimit: 1
+ successfulJobsHistoryLimit: 3
+ failedJobsHistoryLimit: 5
12
externalSecrets:
13
clusterSecretStore:
typescript/infra/helm/key-funder/values.yaml
@@ -13,7 +13,7 @@ hyperlane:
- relayer
14
15
schedule: '*/10 * * * *' # Every 10 minutes
16
17
+ successfulJobsHistoryLimit: 6
+ failedJobsHistoryLimit: 10
18
19
0 commit comments