[stable/magento] Release 0.4.10 (#1438)

* magento: update to `bitnami/magento:2.1.7-r1`

* magento: bump chart version to `0.4.10`

* magento: bump `initialDelaySeconds` of liveness probe to `300`
This commit is contained in:
Bitnami Bot
2017-07-12 17:58:32 +05:30
committed by Sameer Naik
parent c6618f637d
commit 46405ecccc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -59,7 +59,7 @@ spec:
httpHeaders:
- name: Host
value: {{ include "host" . | quote }}
initialDelaySeconds: 180
initialDelaySeconds: 300
timeoutSeconds: 5
failureThreshold: 6
readinessProbe:
+1 -1
View File
@@ -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'