diff --git a/bitnami/magento/Chart.yaml b/bitnami/magento/Chart.yaml index 19b1922df..70db5f99e 100644 --- a/bitnami/magento/Chart.yaml +++ b/bitnami/magento/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: magento -version: 12.0.4 +version: 12.0.5 appVersion: 2.3.4 description: A feature-rich flexible e-commerce solution. It includes transaction options, multi-store functionality, loyalty programs, product categorization and shopper filtering, promotion rules, and more. keywords: diff --git a/bitnami/magento/requirements.lock b/bitnami/magento/requirements.lock index 99b85424f..e6c005af1 100644 --- a/bitnami/magento/requirements.lock +++ b/bitnami/magento/requirements.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 7.3.15 + version: 7.3.16 - name: elasticsearch repository: https://charts.bitnami.com/bitnami - version: 11.0.12 -digest: sha256:e68b546b7039377fcdafb95d7a77f4a9cda73e6cccacb048470a020d5fd59750 -generated: "2020-03-25T21:01:01.024154588Z" + version: 11.0.17 +digest: sha256:7d979ff3afd2d5eaf097810d595ab97a14157f728ed33a32a66399c3371b28f3 +generated: "2020-04-10T09:36:37.013068897Z" diff --git a/bitnami/magento/templates/deployment.yaml b/bitnami/magento/templates/deployment.yaml index 31b8da0ef..fca9cf308 100644 --- a/bitnami/magento/templates/deployment.yaml +++ b/bitnami/magento/templates/deployment.yaml @@ -160,7 +160,7 @@ spec: - name: metrics image: {{ template "magento.metrics.image" . }} imagePullPolicy: {{ .Values.metrics.image.pullPolicy | quote }} - command: ['/bin/apache_exporter', '-scrape_uri', 'http://status.localhost:80/server-status/?auto'] + command: ['/bin/apache_exporter', '--scrape_uri', 'http://status.localhost:80/server-status/?auto'] ports: - name: metrics containerPort: 9117 diff --git a/bitnami/magento/values-production.yaml b/bitnami/magento/values-production.yaml index 214850104..64f1540d4 100644 --- a/bitnami/magento/values-production.yaml +++ b/bitnami/magento/values-production.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/magento - tag: 2.3.4-debian-10-r44 + tag: 2.3.4-debian-10-r60 ## Set to true if you would like to see extra information on logs ## It turns BASH and NAMI debugging in minideb ## ref: https://github.com/bitnami/minideb-extras/#turn-on-bash-debugging @@ -183,7 +183,7 @@ elasticsearch: image: registry: docker.io repository: bitnami/elasticsearch - tag: 6.8.7-debian-10-r20 + tag: 6.8.8-debian-10-r9 ## Enable to perform the sysctl operation sysctlImage: enabled: true @@ -343,7 +343,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-10-r58 + tag: 0.8.0-debian-10-r4 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/magento/values.yaml b/bitnami/magento/values.yaml index 5378c0dd2..ca31c9b5f 100644 --- a/bitnami/magento/values.yaml +++ b/bitnami/magento/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/magento - tag: 2.3.4-debian-10-r44 + tag: 2.3.4-debian-10-r60 ## Set to true if you would like to see extra information on logs ## It turns BASH and NAMI debugging in minideb ## ref: https://github.com/bitnami/minideb-extras/#turn-on-bash-debugging @@ -183,7 +183,7 @@ elasticsearch: image: registry: docker.io repository: bitnami/elasticsearch - tag: 6.8.7-debian-10-r20 + tag: 6.8.8-debian-10-r9 ## Enable to perform the sysctl operation sysctlImage: enabled: true @@ -343,7 +343,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-10-r58 + tag: 0.8.0-debian-10-r4 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.