From 763df22b079805db1867d2fb1c2fa3c19657e84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Sun, 16 Jun 2019 07:10:08 +0200 Subject: [PATCH] [stable/prometheus-mysql-exporter] updated gce-proxy to 1.14 & added myself to maintainers & owners (#14776) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * updated gce-proxy to 1.14 & added myself to maintainers & owners Signed-off-by: André Bauer * bumped chart version Signed-off-by: André Bauer --- stable/prometheus-mysql-exporter/Chart.yaml | 4 +++- stable/prometheus-mysql-exporter/OWNERS | 6 ++++++ stable/prometheus-mysql-exporter/README.md | 2 +- stable/prometheus-mysql-exporter/values.yaml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 stable/prometheus-mysql-exporter/OWNERS diff --git a/stable/prometheus-mysql-exporter/Chart.yaml b/stable/prometheus-mysql-exporter/Chart.yaml index f7f39d49e2..eee90d8fdc 100644 --- a/stable/prometheus-mysql-exporter/Chart.yaml +++ b/stable/prometheus-mysql-exporter/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A Helm chart for prometheus mysql exporter with cloudsqlproxy name: prometheus-mysql-exporter -version: 0.3.3 +version: 0.3.4 home: https://github.com/prometheus/mysqld_exporter appVersion: v0.11.0 sources: @@ -9,3 +9,5 @@ sources: maintainers: - name: juanchimienti email: juan.chimienti@gmail.com + - name: monotek + email: monotek23@gmail.com diff --git a/stable/prometheus-mysql-exporter/OWNERS b/stable/prometheus-mysql-exporter/OWNERS new file mode 100644 index 0000000000..2cd2a992b0 --- /dev/null +++ b/stable/prometheus-mysql-exporter/OWNERS @@ -0,0 +1,6 @@ +approvers: +- juanchimienti +- monotek +reviewers: +- juanchimienti +- monotek diff --git a/stable/prometheus-mysql-exporter/README.md b/stable/prometheus-mysql-exporter/README.md index ee8c53a9a4..f2337b3dfd 100644 --- a/stable/prometheus-mysql-exporter/README.md +++ b/stable/prometheus-mysql-exporter/README.md @@ -59,7 +59,7 @@ The following table lists the configurable parameters of the mysql exporter char | `mysql.user` | MySQL connection username | `exporter` | | `cloudsqlproxy.enabled` | Flag to enable the connection using Cloud SQL Proxy | `false` | | `cloudsqlproxy.image.repo` | Cloud SQL Proxy image repository | `gcr.io/cloudsql-docker/gce-proxy` | -| `cloudsqlproxy.image.tag` | Cloud SQL Proxy image tag | `1.11` | +| `cloudsqlproxy.image.tag` | Cloud SQL Proxy image tag | `1.14` | | `cloudsqlproxy.image.pullPolicy` | Cloud SQL Proxy image pull policy | `IfNotPresent` | | `cloudsqlproxy.instanceConnectionName` | Google Cloud instance connection name | `project:us-central1:dbname` | | `cloudsqlproxy.port` | Cloud SQL Proxy listening port | `3306` | diff --git a/stable/prometheus-mysql-exporter/values.yaml b/stable/prometheus-mysql-exporter/values.yaml index 7f4828f597..c0441410b5 100644 --- a/stable/prometheus-mysql-exporter/values.yaml +++ b/stable/prometheus-mysql-exporter/values.yaml @@ -92,7 +92,7 @@ cloudsqlproxy: enabled: false image: repo: "gcr.io/cloudsql-docker/gce-proxy" - tag: "1.11" + tag: "1.14" pullPolicy: "IfNotPresent" instanceConnectionName: "project:us-central1:dbname" port: "3306"