From 4dd30ed2c1eec15268cf38295989cc1f3743ffab Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 28 Jul 2017 13:33:20 +0530 Subject: [PATCH] [stable/prestashop] Release 0.4.12 (#1565) * prestashop: update to `bitnami/prestashop:1.7.2-0-r0` * prestashop: bump chart appVersion to `1.7.2` * prestashop: bump chart version to `0.4.12` --- stable/prestashop/Chart.yaml | 4 ++-- stable/prestashop/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/prestashop/Chart.yaml b/stable/prestashop/Chart.yaml index 7a515eb6cb..a61bb92670 100644 --- a/stable/prestashop/Chart.yaml +++ b/stable/prestashop/Chart.yaml @@ -1,6 +1,6 @@ name: prestashop -version: 0.4.11 -appVersion: 1.7.1.2 +version: 0.4.12 +appVersion: 1.7.2 description: A popular open source ecommerce solution. Professional tools are easily accessible to increase online sales including instant guest checkout, abandoned cart reminders and automated Email marketing. keywords: - prestashop diff --git a/stable/prestashop/values.yaml b/stable/prestashop/values.yaml index c73a1e617b..a5da56e3fe 100644 --- a/stable/prestashop/values.yaml +++ b/stable/prestashop/values.yaml @@ -1,7 +1,7 @@ ## Bitnami PrestaShop image version ## ref: https://hub.docker.com/r/bitnami/prestashop/tags/ ## -image: bitnami/prestashop:1.7.1.2-r0 +image: bitnami/prestashop:1.7.2-0-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'