Skip to content

Commit a10d3a7

Browse files
authored
Add checksum annotation (#19)
1 parent 89af094 commit a10d3a7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

charts/azdo-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: azdo-proxy
33
description: A Helm chart for azdo-proxy
44
type: application
5-
version: v0.3.4
6-
appVersion: v0.3.4
5+
version: v0.3.5
6+
appVersion: v0.3.5

charts/azdo-proxy/templates/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ spec:
1111
{{- include "azdo-proxy.selectorLabels" . | nindent 6 }}
1212
template:
1313
metadata:
14-
{{- with .Values.podAnnotations }}
1514
annotations:
15+
checksum/config: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
16+
{{- with .Values.podAnnotations }}
1617
{{- toYaml . | nindent 8 }}
1718
{{- end }}
1819
labels:

0 commit comments

Comments
 (0)