Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Add shasum of secrets yaml render to annotations
Browse files Browse the repository at this point in the history
Also added missing changelog entry for previous release.
  • Loading branch information
Todd Lyons committed Jun 22, 2020
1 parent e5c6408 commit 113df80
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions stable/prometheus-cloudwatch-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (#22448)

## 0.8.0

Create ServiceAccount for deployment

## 0.7.0

PrometheusRule support added to chart.
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus-cloudwatch-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 113df80

Please sign in to comment.