diff --git a/stable/magento/Chart.yaml b/stable/magento/Chart.yaml index 99b0e54a24..64ea87e7bc 100644 --- a/stable/magento/Chart.yaml +++ b/stable/magento/Chart.yaml @@ -1,5 +1,5 @@ name: magento -version: 0.4.9 +version: 0.4.10 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 4209c64a32..c91b752a0e 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: 180 + initialDelaySeconds: 300 timeoutSeconds: 5 failureThreshold: 6 readinessProbe: diff --git a/stable/magento/values.yaml b/stable/magento/values.yaml index 59c133cbe8..895a4a7257 100644 --- a/stable/magento/values.yaml +++ b/stable/magento/values.yaml @@ -2,7 +2,7 @@ ## ref: https://hub.docker.com/r/bitnami/magento/tags/ ## -image: bitnami/magento:2.1.7-r0 +image: bitnami/magento:2.1.7-r1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'