From eda672c65f9fb11537c0aa99eede3d0350e10009 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 14 Oct 2017 15:50:08 +0100 Subject: [PATCH] [stable/prestashop] Release 0.5.1 (#2481) * prestashop: update to `bitnami/prestashop:1.7.2-3-r0` * prestashop: bump chart version to `0.5.1` --- stable/prestashop/Chart.yaml | 2 +- stable/prestashop/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/prestashop/Chart.yaml b/stable/prestashop/Chart.yaml index 97f14caf83..f916a70f0f 100644 --- a/stable/prestashop/Chart.yaml +++ b/stable/prestashop/Chart.yaml @@ -1,5 +1,5 @@ name: prestashop -version: 0.5.0 +version: 0.5.1 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 diff --git a/stable/prestashop/values.yaml b/stable/prestashop/values.yaml index c71e9bd9d1..bcb8206409 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.2-2-r0 +image: bitnami/prestashop:1.7.2-3-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'