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.
This commit is contained in:
tmestdagh
2018-06-29 07:31:22 -07:00
committed by k8s-ci-robot
parent 11a8c75191
commit d595122835
2 changed files with 4 additions and 4 deletions
@@ -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
@@ -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` |