From 4f5d7f39a530c0e4ced7675f2ce0c472e700a4e5 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Mon, 22 Feb 2021 19:34:59 +0000 Subject: [PATCH] [bitnami/prestashop] Release 13.1.2 updating components versions Signed-off-by: Bitnami Containers --- bitnami/prestashop/Chart.lock | 8 ++++---- bitnami/prestashop/Chart.yaml | 4 ++-- bitnami/prestashop/values.yaml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/prestashop/Chart.lock b/bitnami/prestashop/Chart.lock index 409e8b4e6e..bfa4990d2d 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.3.1 + version: 9.3.2 - name: common repository: https://charts.bitnami.com/bitnami - version: 1.3.9 -digest: sha256:934fa22f1dd4a8239a14388bd6bab2b7f2cd47105f7b4e2ae0f8d189c157dda4 -generated: "2021-02-10T08:53:59.166262803Z" + version: 1.4.0 +digest: sha256:34c0d4c490040b0d9f584b805880d2d888a815726516ab56ee8a321d30309712 +generated: "2021-02-22T15:45:45.906743913Z" diff --git a/bitnami/prestashop/Chart.yaml b/bitnami/prestashop/Chart.yaml index c613f4fe77..6ebf605d22 100644 --- a/bitnami/prestashop/Chart.yaml +++ b/bitnami/prestashop/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: E-Commerce apiVersion: v2 -appVersion: 1.7.7-1 +appVersion: 1.7.7-2 dependencies: - condition: mariadb.enabled name: mariadb @@ -29,4 +29,4 @@ name: prestashop sources: - https://github.com/bitnami/bitnami-docker-prestashop - https://prestashop.com/ -version: 13.1.1 +version: 13.1.2 diff --git a/bitnami/prestashop/values.yaml b/bitnami/prestashop/values.yaml index 9091d242ac..ce91a36431 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-r25 + tag: 1.7.7-2-debian-10-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 @@ -582,7 +582,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r292 + tag: 0.8.0-debian-10-r304 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.