mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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:
|
||||
|
||||
@@ -59,7 +59,7 @@ spec:
|
||||
httpHeaders:
|
||||
- name: Host
|
||||
value: {{ include "host" . | quote }}
|
||||
initialDelaySeconds: 180
|
||||
initialDelaySeconds: 300
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 6
|
||||
readinessProbe:
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user