diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index a8373b873a..31a6233e0d 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -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 diff --git a/stable/wordpress/README.md b/stable/wordpress/README.md index b1207502e4..398bc0ce0b 100644 --- a/stable/wordpress/README.md +++ b/stable/wordpress/README.md @@ -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"}` | diff --git a/stable/wordpress/values-production.yaml b/stable/wordpress/values-production.yaml index 8f6b67e434..18e7063342 100644 --- a/stable/wordpress/values-production.yaml +++ b/stable/wordpress/values-production.yaml @@ -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. diff --git a/stable/wordpress/values.yaml b/stable/wordpress/values.yaml index 7a691f3063..2ab5e39e12 100644 --- a/stable/wordpress/values.yaml +++ b/stable/wordpress/values.yaml @@ -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.