mirror of
https://github.com/wahyd4/helm-charts.git
synced 2026-08-09 04:26:02 +10:00
[prometheus-cloudwatch-exporter] Update to cloudwatch exporter v0.10.0 (#668)
Signed-off-by: Asher Foa <asher@asherfoa.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user