From b12fdfa50b89715cd18542eb6dda289795b5fa9b Mon Sep 17 00:00:00 2001 From: Marcos Bjoerkelund Date: Wed, 24 Jul 2019 16:02:52 +0200 Subject: [PATCH] [stable/mariadb] Replace prom/mysqld-exporter with bitnami/mysqld-exporter (#15794) * [stable/mariadb] Replace prom/mysqld-exporter with bitnami/mysqld-exporter Signed-off-by: Marcos Bjoerkelund * fix mysqld-exporter image Signed-off-by: Marcos Bjoerkelund * use minor branch Signed-off-by: Marcos Bjoerkelund --- stable/mariadb/Chart.yaml | 2 +- stable/mariadb/README.md | 4 ++-- stable/mariadb/values-production.yaml | 4 ++-- stable/mariadb/values.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index 290b2fd8fa..a4dea208be 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mariadb -version: 6.6.0 +version: 6.7.0 appVersion: 10.3.16 description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. Highly available MariaDB cluster. keywords: diff --git a/stable/mariadb/README.md b/stable/mariadb/README.md index d54e124a6e..c98abe7c31 100644 --- a/stable/mariadb/README.md +++ b/stable/mariadb/README.md @@ -156,8 +156,8 @@ The following table lists the configurable parameters of the MariaDB chart and t | `slave.podDisruptionBudget.maxUnavailable`| Maximum number / percentage of pods that may be made unavailable | `nil` | | `metrics.enabled` | Start a side-car prometheus exporter | `false` | | `metrics.image.registry` | Exporter image registry | `docker.io` | -| `metrics.image.repository` | Exporter image name | `prom/mysqld-exporter` | -| `metrics.image.tag` | Exporter image tag | `v0.10.0` | +| `metrics.image.repository` | Exporter image name | `bitnami/mysqld-exporter` | +| `metrics.image.tag` | Exporter image tag | `0.12.0-debian-9-r2` | | `metrics.image.pullPolicy` | Exporter image pull policy | `IfNotPresent` | | `metrics.resources` | Exporter resource requests/limit | `nil` | | `metrics.serviceMonitor.enabled` | if `true`, creates a Prometheus Operator ServiceMonitor (also requires `metrics.enabled` to be `true`) | `false` | diff --git a/stable/mariadb/values-production.yaml b/stable/mariadb/values-production.yaml index bde342e463..9e44844236 100644 --- a/stable/mariadb/values-production.yaml +++ b/stable/mariadb/values-production.yaml @@ -409,8 +409,8 @@ metrics: enabled: true image: registry: docker.io - repository: prom/mysqld-exporter - tag: v0.10.0 + repository: bitnami/mysqld-exporter + tag: 0.12.0-debian-9-r2 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/stable/mariadb/values.yaml b/stable/mariadb/values.yaml index 6d4c470c43..2509de6d1b 100644 --- a/stable/mariadb/values.yaml +++ b/stable/mariadb/values.yaml @@ -409,8 +409,8 @@ metrics: enabled: false image: registry: docker.io - repository: prom/mysqld-exporter - tag: v0.10.0 + repository: bitnami/mysqld-exporter + tag: 0.12.0-debian-9-r2 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.