From b03fd804f2e910cb393eeae0d524ac9a51ad7d95 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 27 Aug 2019 09:02:40 +0200 Subject: [PATCH] [stable/prestashop] Release 8.1.3 updating components versions (#16619) Signed-off-by: Bitnami Containers --- stable/prestashop/Chart.yaml | 4 ++-- stable/prestashop/requirements.lock | 4 ++-- stable/prestashop/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stable/prestashop/Chart.yaml b/stable/prestashop/Chart.yaml index 4a8831e3b2..8af6e8c305 100644 --- a/stable/prestashop/Chart.yaml +++ b/stable/prestashop/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: prestashop -version: 8.1.2 -appVersion: 1.7.6-0 +version: 8.1.3 +appVersion: 1.7.6-1 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 a82745330a..cf6bd7c892 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: 6.7.2 + version: 6.8.2 digest: sha256:a363428d6463718a9523a88c70e485218373e315f2979cb1bb17b034ec2be96a -generated: "2019-07-25T09:27:42.579143+02:00" +generated: 2019-08-26T19:58:10.811659012Z diff --git a/stable/prestashop/values.yaml b/stable/prestashop/values.yaml index 993c65ce8c..41b5eeb695 100644 --- a/stable/prestashop/values.yaml +++ b/stable/prestashop/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/prestashop - tag: 1.7.6-0-debian-9-r0 + tag: 1.7.6-1-debian-9-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -126,7 +126,7 @@ mariadb: image: registry: docker.io repository: bitnami/mariadb - tag: 10.1.40-debian-9-r80 + tag: 10.1.41-debian-9-r31 ## Disable MariaDB replication replication: enabled: false @@ -296,7 +296,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r2 + tag: 0.7.0-debian-9-r36 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.