From 7ee2dc9005759ca349a868bc0636865fbd8abbc8 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Tue, 25 May 2021 08:32:26 +0000 Subject: [PATCH] [bitnami/prestashop] Release 13.1.12 updating components versions Signed-off-by: Bitnami Containers --- bitnami/prestashop/Chart.yaml | 2 +- bitnami/prestashop/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/prestashop/Chart.yaml b/bitnami/prestashop/Chart.yaml index 60a1c3710..35beeed6d 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.11 +version: 13.1.12 diff --git a/bitnami/prestashop/values.yaml b/bitnami/prestashop/values.yaml index d9c9bd702..db0810853 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-4-debian-10-r18 + tag: 1.7.7-4-debian-10-r19 ## 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 @@ -581,7 +581,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r388 + tag: 0.8.0-debian-10-r389 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.