diff --git a/charts/prometheus-mysql-exporter/Chart.yaml b/charts/prometheus-mysql-exporter/Chart.yaml index 82f3ff783a27..307c06388170 100644 --- a/charts/prometheus-mysql-exporter/Chart.yaml +++ b/charts/prometheus-mysql-exporter/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 description: A Helm chart for prometheus mysql exporter with cloudsqlproxy name: prometheus-mysql-exporter -version: 2.6.1 +version: 2.7.0 home: https://github.com/prometheus/mysqld_exporter -appVersion: v0.15.1 +appVersion: v0.16.0 sources: - https://github.com/prometheus/mysqld_exporter maintainers: diff --git a/charts/prometheus-mysql-exporter/values.yaml b/charts/prometheus-mysql-exporter/values.yaml index 47768d0eb1bb..d53908d1aa8d 100644 --- a/charts/prometheus-mysql-exporter/values.yaml +++ b/charts/prometheus-mysql-exporter/values.yaml @@ -190,7 +190,7 @@ cloudsqlproxy: enabled: false image: repo: "gcr.io/cloud-sql-connectors/cloud-sql-proxy" - tag: "2.4.0" + tag: "2.14.0" pullPolicy: "IfNotPresent" instanceConnectionName: "project:us-central1:dbname" privateIp: false