diff --git a/stable/prometheus-cloudwatch-exporter/CHANGELOG.md b/stable/prometheus-cloudwatch-exporter/CHANGELOG.md index f28c82ccbae4..ac22eeb960ae 100644 --- a/stable/prometheus-cloudwatch-exporter/CHANGELOG.md +++ b/stable/prometheus-cloudwatch-exporter/CHANGELOG.md @@ -7,6 +7,14 @@ 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.8.1 + +Add secrets checksum annotation to deployment (#22449) + +## 0.8.0 + +Create ServiceAccount for deployment + ## 0.7.0 PrometheusRule support added to chart. diff --git a/stable/prometheus-cloudwatch-exporter/Chart.yaml b/stable/prometheus-cloudwatch-exporter/Chart.yaml index db115e9b3e8f..3bc0cce628ae 100644 --- a/stable/prometheus-cloudwatch-exporter/Chart.yaml +++ b/stable/prometheus-cloudwatch-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "0.8.0" description: A Helm chart for prometheus cloudwatch-exporter name: prometheus-cloudwatch-exporter -version: 0.8.0 +version: 0.8.1 home: https://github.com/prometheus/cloudwatch_exporter sources: - https://github.com/prometheus/cloudwatch_exporter diff --git a/stable/prometheus-cloudwatch-exporter/templates/deployment.yaml b/stable/prometheus-cloudwatch-exporter/templates/deployment.yaml index 0e33ba94d185..77da4b51d530 100644 --- a/stable/prometheus-cloudwatch-exporter/templates/deployment.yaml +++ b/stable/prometheus-cloudwatch-exporter/templates/deployment.yaml @@ -21,6 +21,7 @@ spec: annotations: {{ if .Values.aws.role}}iam.amazonaws.com/role: {{ .Values.aws.role }}{{ end }} checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} + checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }} spec: containers: - name: {{ .Chart.Name }}