diff --git a/stable/magento/Chart.yaml b/stable/magento/Chart.yaml index 64ea87e7bc..74f7bc3be7 100644 --- a/stable/magento/Chart.yaml +++ b/stable/magento/Chart.yaml @@ -1,5 +1,5 @@ name: magento -version: 0.4.10 +version: 0.4.11 appVersion: 2.1.7 description: A feature-rich flexible e-commerce solution. It includes transaction options, multi-store functionality, loyalty programs, product categorization and shopper filtering, promotion rules, and more. keywords: diff --git a/stable/magento/templates/deployment.yaml b/stable/magento/templates/deployment.yaml index c91b752a0e..61dd9586e4 100644 --- a/stable/magento/templates/deployment.yaml +++ b/stable/magento/templates/deployment.yaml @@ -59,7 +59,7 @@ spec: httpHeaders: - name: Host value: {{ include "host" . | quote }} - initialDelaySeconds: 300 + initialDelaySeconds: 420 timeoutSeconds: 5 failureThreshold: 6 readinessProbe: