Skip to content

Commit 7d65478

Browse files
authored
Merge pull request #47 from jhaumont/master
feat(gradle-cache): automatic rollout of the deployment after a configuration update
2 parents 0b53223 + 76df40d commit 7d65478

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/gradle-cache/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: gradle-cache
33
description: |-
44
Helm chart to deploy [gradle-cache](https://docs.gradle.com/build-cache-node/).
55
type: application
6-
version: 0.1.5
6+
version: 0.2.0
77
appVersion: "11.0"
88
home: https://github.com/slamdev/helm-charts/tree/master/charts/gradle-cache
99
icon: https://gradle.org/icon/favicon-32x32.png

charts/gradle-cache/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ spec:
1414
metadata:
1515
labels:
1616
{{- include "gradle-cache.selectorLabels" . | nindent 8 }}
17+
annotations:
18+
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
1719
spec:
1820
{{- with .Values.imagePullSecrets }}
1921
imagePullSecrets:

0 commit comments

Comments
 (0)