We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89af094 commit a10d3a7Copy full SHA for a10d3a7
charts/azdo-proxy/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: azdo-proxy
3
description: A Helm chart for azdo-proxy
4
type: application
5
-version: v0.3.4
6
-appVersion: v0.3.4
+version: v0.3.5
+appVersion: v0.3.5
charts/azdo-proxy/templates/deployment.yaml
@@ -11,8 +11,9 @@ spec:
11
{{- include "azdo-proxy.selectorLabels" . | nindent 6 }}
12
template:
13
metadata:
14
- {{- with .Values.podAnnotations }}
15
annotations:
+ checksum/config: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
16
+ {{- with .Values.podAnnotations }}
17
{{- toYaml . | nindent 8 }}
18
{{- end }}
19
labels:
0 commit comments