[stable/wordpress] Replace lusotycoon/apache-exporter with bitnami/apache-exporter (#15758)

* [stable/wordpress] Replace lusotycoon/apache-exporter with bitnami/apache-exporter

Signed-off-by: Marcos Bjoerkelund <marcos@bitnami.com>

* fix values files

Signed-off-by: Marcos Bjoerkelund <marcos@bitnami.com>

* fix tag

Signed-off-by: Marcos Bjoerkelund <marcos@bitnami.com>

* fix apache-exporter image

Signed-off-by: Marcos Bjoerkelund <marcos@bitnami.com>

* use minor version

Signed-off-by: Marcos Bjoerkelund <marcos@bitnami.com>
This commit is contained in:
Marcos Bjoerkelund
2019-07-24 00:12:15 -07:00
committed by Kubernetes Prow Robot
parent 0f78d5344a
commit 0e5236eea2
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: wordpress
version: 6.0.0
version: 6.1.0
appVersion: 5.2.2
description: Web publishing platform for building blogs and websites.
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
+2 -2
View File
@@ -121,8 +121,8 @@ The following table lists the configurable parameters of the WordPress chart and
| `podAnnotations` | Pod annotations | `{}` |
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
| `metrics.image.registry` | Apache exporter image registry | `docker.io` |
| `metrics.image.repository` | Apache exporter image name | `lusotycoon/apache-exporter` |
| `metrics.image.tag` | Apache exporter image tag | `v0.5.0` |
| `metrics.image.repository` | Apache exporter image name | `bitnami/apache-exporter` |
| `metrics.image.tag` | Apache exporter image tag | `0.7.0-debian-9-r2` |
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `metrics.podAnnotations` | Additional annotations for Metrics exporter pod | `{prometheus.io/scrape: "true", prometheus.io/port: "9117"}` |
+2 -2
View File
@@ -339,8 +339,8 @@ metrics:
enabled: true
image:
registry: docker.io
repository: lusotycoon/apache-exporter
tag: v0.5.0
repository: bitnami/apache-exporter
tag: 0.7.0-debian-9-r2
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+2 -2
View File
@@ -334,8 +334,8 @@ metrics:
enabled: false
image:
registry: docker.io
repository: lusotycoon/apache-exporter
tag: v0.5.0
repository: bitnami/apache-exporter
tag: 0.7.0-debian-9-r2
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.