diff --git a/stable/prestashop/Chart.yaml b/stable/prestashop/Chart.yaml index 597fc7868aec..f37587292368 100644 --- a/stable/prestashop/Chart.yaml +++ b/stable/prestashop/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: prestashop -version: 8.2.0 +version: 8.2.1 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: diff --git a/stable/prestashop/requirements.lock b/stable/prestashop/requirements.lock index 713bfed44b00..aa4d611b2785 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.8.3 + version: 6.8.7 digest: sha256:a363428d6463718a9523a88c70e485218373e315f2979cb1bb17b034ec2be96a -generated: 2019-09-02T03:08:44.64593458Z +generated: 2019-09-09T07:51:39.161174728Z diff --git a/stable/prestashop/values.yaml b/stable/prestashop/values.yaml index a915672fd93a..8ea4d794c5bb 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-1-debian-9-r7 + tag: 1.7.6-1-debian-9-r12 ## 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.41-debian-9-r38 + tag: 10.1.41-debian-9-r46 ## Disable MariaDB replication replication: enabled: false @@ -301,7 +301,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r42 + tag: 0.7.0-debian-9-r50 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.