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` |