From 7e73d8a9b9bfe5df608984afa7a2be94cc43b9d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Tue, 23 Oct 2018 21:28:32 +0200 Subject: [PATCH] fixed annotations (#8431) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- stable/prometheus-mysql-exporter/Chart.yaml | 2 +- stable/prometheus-mysql-exporter/README.md | 2 +- stable/prometheus-mysql-exporter/templates/deployment.yaml | 2 +- stable/prometheus-mysql-exporter/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/prometheus-mysql-exporter/Chart.yaml b/stable/prometheus-mysql-exporter/Chart.yaml index 47b9027a57..ccb176626b 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.2.0 +version: 0.2.1 home: https://github.com/prometheus/mysqld_exporter appVersion: v0.11.0 sources: diff --git a/stable/prometheus-mysql-exporter/README.md b/stable/prometheus-mysql-exporter/README.md index 5c13fbb452..1b0e06f189 100644 --- a/stable/prometheus-mysql-exporter/README.md +++ b/stable/prometheus-mysql-exporter/README.md @@ -47,7 +47,7 @@ The following table lists the configurable parameters of the mysql exporter char | `service.externalport` | The service port | `9104` | | `service.internalPort` | The target port of the container | `9104` | | `resources` | CPU/Memory resource requests/limits | `{}` | -| `annotations` | pod annotations for easier discovery | `{}` | +| `annotations` | pod annotations for easier discovery | `see values.yaml` | | `mysql.db` | MySQL connection db (optional) | `""` | | `mysql.host` | MySQL connection host | `localhost` | | `mysql.param` | MySQL connection parameters (optional) | `"tcp"` | diff --git a/stable/prometheus-mysql-exporter/templates/deployment.yaml b/stable/prometheus-mysql-exporter/templates/deployment.yaml index d293db8381..9cd1bc74c2 100644 --- a/stable/prometheus-mysql-exporter/templates/deployment.yaml +++ b/stable/prometheus-mysql-exporter/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "prometheus-mysql-exporter.fullname" . }} diff --git a/stable/prometheus-mysql-exporter/values.yaml b/stable/prometheus-mysql-exporter/values.yaml index 58387d5daf..77fac30aa7 100644 --- a/stable/prometheus-mysql-exporter/values.yaml +++ b/stable/prometheus-mysql-exporter/values.yaml @@ -36,7 +36,7 @@ affinity: {} annotations: prometheus.io/scrape: "true" prometheus.io/path: "/metrics" - prometheus.io/port: 9104 + prometheus.io/port: "9104" # mysql connection params which build the DATA_SOURCE_NAME env var of the docker container mysql: