mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user