mirror of
https://github.com/bitnami/charts.git
synced 2026-02-19 19:47:22 +08:00
[bitnami/magento] Change in the command of apache-exporter (#2284)
* Change in the command of apache-exporter * [bitnami/magento] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
committed by
GitHub
parent
2f3891c411
commit
fb8a8aa9ca
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user