mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/mediawiki] Replace lusotycoon/apache-exporter with bitnami/apache-exporter (#15789)
* [stable/mediawiki] Replace lusotycoon/apache-exporter with bitnami/apache-exporter 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:
committed by
Kubernetes Prow Robot
parent
3682d58cc5
commit
48ea894acf
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: mediawiki
|
||||
version: 7.0.0
|
||||
version: 7.1.0
|
||||
appVersion: 1.33.0
|
||||
description: Extremely powerful, scalable software and a feature-rich wiki implementation that uses PHP to process and display data stored in a database.
|
||||
home: http://www.mediawiki.org/
|
||||
|
||||
@@ -115,8 +115,8 @@ The following table lists the configurable parameters of the MediaWiki 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"}` |
|
||||
|
||||
@@ -267,8 +267,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.
|
||||
|
||||
Reference in New Issue
Block a user