[prometheus-cloudwatch-exporter] Update to cloudwatch exporter v0.10.0 (#668)

Signed-off-by: Asher Foa <asher@asherfoa.com>
This commit is contained in:
Asher Foa
2021-02-12 09:29:57 +01:00
committed by GitHub
parent fe00f03adc
commit f8078dba26
3 changed files with 7 additions and 3 deletions
@@ -6,6 +6,10 @@ numbering uses [semantic versioning](http://semver.org).
NOTE: The change log until version 0.4.10 is auto generated based on git commits. Those include a reference to the git commit to be able to get more details.
## 0.14.0
Updated cloudwatch-exporter version to [0.10.0](https://github.com/prometheus/cloudwatch_exporter/releases/tag/cloudwatch_exporter-0.8.0)
## 0.13.0
Added option to enable STS regional endpoints via ENV variable mounted to pods
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "0.8.0"
appVersion: "0.10.0"
description: A Helm chart for prometheus cloudwatch-exporter
name: prometheus-cloudwatch-exporter
version: 0.13.0
version: 0.14.0
home: https://github.com/prometheus/cloudwatch_exporter
sources:
- https://github.com/prometheus/cloudwatch_exporter
@@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: prom/cloudwatch-exporter
tag: cloudwatch_exporter-0.8.0
tag: cloudwatch_exporter-0.10.0
pullPolicy: IfNotPresent
pullSecrets:
# - name: "image-pull-secret"