diff --git a/stable/prestashop/Chart.yaml b/stable/prestashop/Chart.yaml index 014542f353..973ebac096 100644 --- a/stable/prestashop/Chart.yaml +++ b/stable/prestashop/Chart.yaml @@ -1,5 +1,5 @@ name: prestashop -version: 0.5.4 +version: 0.5.5 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 e6b84d7d3b..705e8ac5bf 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-4-r1 +image: bitnami/prestashop:1.7.2-4-r2 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'