diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index d0f1b19..2e694f1 100644 --- a/charts/akash-provider/Chart.yaml +++ b/charts/akash-provider/Chart.yaml @@ -17,7 +17,7 @@ type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) # Major version bit highlights the mainnet release (e.g. mainnet4 = 4.x.x, mainnet5 = 5.x.x, ...) -version: 9.2.3 +version: 9.2.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/akash-provider/templates/statefulset.yaml b/charts/akash-provider/templates/statefulset.yaml index 883a040..7c2d00b 100644 --- a/charts/akash-provider/templates/statefulset.yaml +++ b/charts/akash-provider/templates/statefulset.yaml @@ -264,10 +264,10 @@ spec: - sh - -c - /scripts/liveness_checks.sh - initialDelaySeconds: 120 - periodSeconds: 10 + initialDelaySeconds: 240 + periodSeconds: 30 failureThreshold: 1 - timeoutSeconds: 10 + timeoutSeconds: 30 volumeMounts: - name: scripts