diff --git a/stable/burrow/Chart.yaml b/stable/burrow/Chart.yaml index bdb51d3749..87e093e962 100644 --- a/stable/burrow/Chart.yaml +++ b/stable/burrow/Chart.yaml @@ -1,5 +1,5 @@ name: burrow -version: 1.5.1 +version: 1.5.2 appVersion: 0.29.0 description: Burrow is a permissionable smart contract machine home: https://github.com/hyperledger/burrow diff --git a/stable/burrow/values.yaml b/stable/burrow/values.yaml index b5cd1e7fb4..e1659a577b 100644 --- a/stable/burrow/values.yaml +++ b/stable/burrow/values.yaml @@ -119,7 +119,7 @@ info: livenessProbe: enabled: true - path: /status?block_seen_time_within=3m + path: /status?block_seen_time_within=10m initialDelaySeconds: 240 timeoutSeconds: 1 periodSeconds: 30