diff --git a/stable/opencart/Chart.yaml b/stable/opencart/Chart.yaml index c4eb3b20b8..8f57dc9660 100644 --- a/stable/opencart/Chart.yaml +++ b/stable/opencart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: opencart -version: 6.2.6 +version: 6.2.7 appVersion: 3.0.3-2 description: A free and open source e-commerce platform for online merchants. It provides a professional and reliable foundation for a successful online store. keywords: diff --git a/stable/opencart/requirements.lock b/stable/opencart/requirements.lock index 7336bef643..7d462ab0df 100644 --- a/stable/opencart/requirements.lock +++ b/stable/opencart/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://kubernetes-charts.storage.googleapis.com/ - version: 6.10.1 + version: 6.12.2 digest: sha256:a363428d6463718a9523a88c70e485218373e315f2979cb1bb17b034ec2be96a -generated: 2019-10-02T11:18:25.091084298Z +generated: 2019-10-29T22:14:46.128892779Z diff --git a/stable/opencart/values.yaml b/stable/opencart/values.yaml index 63d0dd105d..c40a46f89c 100644 --- a/stable/opencart/values.yaml +++ b/stable/opencart/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/opencart - tag: 3.0.3-2-debian-9-r149 + tag: 3.0.3-2-debian-9-r168 ## 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 @@ -250,7 +250,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r73 + tag: 0.7.0-debian-9-r95 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.