From ebe70c66d8b5d97752d4579e0fb3f54992d5f8e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Bono?= Date: Thu, 26 Jan 2017 04:10:38 +0100 Subject: [PATCH] [stable/prestashop] Bump `bitnami/prestashop` image to version `1.6.1.9-r5` (#492) * prestashop-0.4.2: bump `bitnami/prestashop` image to version `1.6.1.9-r5` * update mariadb dependency to 0.5.6 --- stable/prestashop/Chart.yaml | 2 +- stable/prestashop/requirements.lock | 6 +++--- stable/prestashop/requirements.yaml | 2 +- stable/prestashop/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/prestashop/Chart.yaml b/stable/prestashop/Chart.yaml index 2ec92920d9..6469ac3c12 100644 --- a/stable/prestashop/Chart.yaml +++ b/stable/prestashop/Chart.yaml @@ -1,5 +1,5 @@ name: prestashop -version: 0.4.1 +version: 0.4.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/requirements.lock b/stable/prestashop/requirements.lock index 7eb30f6161..c614b0e8be 100644 --- a/stable/prestashop/requirements.lock +++ b/stable/prestashop/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 0.5.4 -digest: sha256:7388428c9d365911ec0431462cd31a7feb89dd9b8488e387448f598017dea49d -generated: 2016-12-08T15:17:52.50703327+05:30 + version: 0.5.6 +digest: sha256:1b3aad03b4383d1a24dfbfef6ba1beb45f7ace2baa399c66f5a4d56d0f7bc717 +generated: 2017-01-25T16:48:57.093927912-08:00 diff --git a/stable/prestashop/requirements.yaml b/stable/prestashop/requirements.yaml index 31911a0284..9303bd388a 100644 --- a/stable/prestashop/requirements.yaml +++ b/stable/prestashop/requirements.yaml @@ -1,4 +1,4 @@ dependencies: - name: mariadb - version: 0.5.4 + version: 0.5.x repository: https://kubernetes-charts.storage.googleapis.com/ diff --git a/stable/prestashop/values.yaml b/stable/prestashop/values.yaml index 6435c01758..ac3be48283 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.6.1.9-r2 +image: bitnami/prestashop:1.6.1.9-r5 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'