[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 apiVersion: v1
name: apache name: apache
version: 7.3.12 version: 7.3.13
appVersion: 2.4.43 appVersion: 2.4.43
description: Chart for Apache HTTP Server description: Chart for Apache HTTP Server
keywords: keywords:

View File

@@ -119,7 +119,7 @@ spec:
- name: metrics - name: metrics
image: {{ template "apache.metrics.image" . }} image: {{ template "apache.metrics.image" . }}
imagePullPolicy: {{ .Values.metrics.image.pullPolicy | quote }} 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: ports:
- name: metrics - name: metrics
containerPort: 9117 containerPort: 9117

View File

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