From f7d5bb265e157e878d09ed10e6781f6bd32adbcc Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 10 Feb 2021 19:22:32 +0000 Subject: [PATCH] [bitnami/prestashop] Release 13.1.1 updating components versions Signed-off-by: Bitnami Containers --- bitnami/prestashop/Chart.lock | 8 ++++---- bitnami/prestashop/Chart.yaml | 2 +- bitnami/prestashop/values.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/prestashop/Chart.lock b/bitnami/prestashop/Chart.lock index aa8fe6b50a..409e8b4e6e 100644 --- a/bitnami/prestashop/Chart.lock +++ b/bitnami/prestashop/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 9.2.2 + version: 9.3.1 - name: common repository: https://charts.bitnami.com/bitnami - version: 1.3.2 -digest: sha256:a7ea0354650493360f0bbfd65149595d148117d43e3936af2c3f1611a4046dd2 -generated: "2021-01-13T17:41:24.325761+01:00" + version: 1.3.9 +digest: sha256:934fa22f1dd4a8239a14388bd6bab2b7f2cd47105f7b4e2ae0f8d189c157dda4 +generated: "2021-02-10T08:53:59.166262803Z" diff --git a/bitnami/prestashop/Chart.yaml b/bitnami/prestashop/Chart.yaml index 1babecc9f8..c613f4fe77 100644 --- a/bitnami/prestashop/Chart.yaml +++ b/bitnami/prestashop/Chart.yaml @@ -29,4 +29,4 @@ name: prestashop sources: - https://github.com/bitnami/bitnami-docker-prestashop - https://prestashop.com/ -version: 13.1.0 +version: 13.1.1 diff --git a/bitnami/prestashop/values.yaml b/bitnami/prestashop/values.yaml index de9e079953..9091d242ac 100644 --- a/bitnami/prestashop/values.yaml +++ b/bitnami/prestashop/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/prestashop - tag: 1.7.7-1-debian-10-r0 + tag: 1.7.7-1-debian-10-r25 ## 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 @@ -582,7 +582,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r266 + tag: 0.8.0-debian-10-r292 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.