We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b53223 + 76df40d commit 7d65478Copy full SHA for 7d65478
charts/gradle-cache/Chart.yaml
@@ -3,7 +3,7 @@ name: gradle-cache
3
description: |-
4
Helm chart to deploy [gradle-cache](https://docs.gradle.com/build-cache-node/).
5
type: application
6
-version: 0.1.5
+version: 0.2.0
7
appVersion: "11.0"
8
home: https://github.com/slamdev/helm-charts/tree/master/charts/gradle-cache
9
icon: https://gradle.org/icon/favicon-32x32.png
charts/gradle-cache/templates/deployment.yaml
@@ -14,6 +14,8 @@ spec:
14
metadata:
15
labels:
16
{{- include "gradle-cache.selectorLabels" . | nindent 8 }}
17
+ annotations:
18
+ checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
19
spec:
20
{{- with .Values.imagePullSecrets }}
21
imagePullSecrets:
0 commit comments