[bitnami/apache] Change in the command of apache-exporter (#2280)

* Change -scrape_uri to --scrape_uri

* [bitnami/apache] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Ibone González Mauraza
2020-04-10 11:12:04 +02:00
committed by GitHub
parent a8f82eb660
commit ccc69c8e2a
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: apache
version: 7.3.12
version: 7.3.13
appVersion: 2.4.43
description: Chart for Apache HTTP Server
keywords:

View File

@@ -119,7 +119,7 @@ spec:
- name: metrics
image: {{ template "apache.metrics.image" . }}
imagePullPolicy: {{ .Values.metrics.image.pullPolicy | quote }}
command: ['/bin/apache_exporter', '-scrape_uri', 'http://status.localhost:8080/server-status/?auto']
command: ['/bin/apache_exporter', '--scrape_uri', 'http://status.localhost:8080/server-status/?auto']
ports:
- name: metrics
containerPort: 9117

View File

@@ -13,7 +13,7 @@
image:
registry: docker.io
repository: bitnami/apache
tag: 2.4.43-debian-10-r6
tag: 2.4.43-debian-10-r10
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
@@ -36,7 +36,7 @@ image:
git:
registry: docker.io
repository: bitnami/git
tag: 2.26.0-debian-10-r14
tag: 2.26.0-debian-10-r18
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -200,7 +200,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.8.0-debian-10-r0
tag: 0.8.0-debian-10-r4
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.