mirror of
https://github.com/helm/charts.git
synced 2026-08-22 22:07:36 +00:00
[stable/prometheus-mysql-exporter] updated gce-proxy to 1.14 & added myself to maintainers & owners (#14776)
* updated gce-proxy to 1.14 & added myself to maintainers & owners Signed-off-by: André Bauer <andre.bauer@kiwigrid.com> * bumped chart version Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
120415f9ef
commit
763df22b07
@@ -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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
approvers:
|
||||
- juanchimienti
|
||||
- monotek
|
||||
reviewers:
|
||||
- juanchimienti
|
||||
- monotek
|
||||
@@ -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` |
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user