From d5951228356f52d45c57bb3d794faecdd7677a2f Mon Sep 17 00:00:00 2001 From: tmestdagh <35798943+tmestdagh@users.noreply.github.com> Date: Fri, 29 Jun 2018 16:31:22 +0200 Subject: [PATCH] Fixed image configuration in README for the prometheus-cloudwatch-exporter (#6400) * Fixed image configuration in README for the prometheus-cloudwatch-exporter. * Bumped version of prometheys-cloudwatch-exporter. * Bumped the correct version for prometheus-cloudwatch-exporter. --- stable/prometheus-cloudwatch-exporter/Chart.yaml | 2 +- stable/prometheus-cloudwatch-exporter/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/prometheus-cloudwatch-exporter/Chart.yaml b/stable/prometheus-cloudwatch-exporter/Chart.yaml index 4d0a9ec120..b1053d59e1 100644 --- a/stable/prometheus-cloudwatch-exporter/Chart.yaml +++ b/stable/prometheus-cloudwatch-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "0.1.0" description: A Helm chart for prometheus cloudwatch-exporter name: prometheus-cloudwatch-exporter -version: 0.1.2 +version: 0.1.3 home: https://github.com/prometheus/cloudwatch_exporter sources: - https://github.com/prometheus/cloudwatch_exporter diff --git a/stable/prometheus-cloudwatch-exporter/README.md b/stable/prometheus-cloudwatch-exporter/README.md index 6646c5c400..e67ebc1694 100644 --- a/stable/prometheus-cloudwatch-exporter/README.md +++ b/stable/prometheus-cloudwatch-exporter/README.md @@ -45,9 +45,9 @@ The following table lists the configurable parameters of the Cloudwatch Exporter | Parameter | Description | Default | | --------------------------- | ------------------------------------------------------ | -------------------------- | -| `image` | Image | `prom/cloudwatch-exporter` | -| `imageTag` | Image tag | `latest` | -| `imagePullPolicy` | Image pull policy | `IfNotPresent` | +| `image.repository` | Image | `prom/cloudwatch-exporter` | +| `image.tag` | Image tag | `latest` | +| `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `service.type` | Service type | `ClusterIP` | | `service.port` | The service port | `80` | | `service.targetPort` | The target port of the container | `9100` |