File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name: docspell
3
3
description : A Helm chart to deploy docspell to Kubernetes
4
4
home : https://docspell.org/
5
5
type : application
6
- version : 0.0.17
6
+ version : 0.0.18
7
7
appVersion : " 0.42.0"
Original file line number Diff line number Diff line change @@ -14,11 +14,12 @@ spec:
14
14
serviceName : docspell-joex
15
15
template :
16
16
metadata :
17
+ annotations :
18
+ secret-hash : {{ include (print $.Template.BasePath "/secret-joex.yml") $ | sha256sum }}
19
+ config-hash : {{ include (print $.Template.BasePath "/configmap-joex.yml") $ | sha256sum }}
17
20
labels :
18
21
{{- include "docspell.selectorLabels" . | nindent 8 }}
19
22
docspell-component : joex
20
- secret-hash : {{ include (print $.Template.BasePath "/secret-joex.yml") $ | sha256sum }}
21
- config-hash : {{ include (print $.Template.BasePath "/configmap-joex.yml") $ | sha256sum }}
22
23
spec :
23
24
{{- with .Values.imagePullSecrets }}
24
25
imagePullSecrets :
Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ spec:
13
13
docspell-component : restserver
14
14
template :
15
15
metadata :
16
+ annotations :
17
+ config-hash : {{ include (print $.Template.BasePath "/secret-restserver.yml") $ | sha256sum }}
16
18
labels :
17
19
{{- include "docspell.selectorLabels" . | nindent 8 }}
18
20
docspell-component : restserver
19
- config-hash : {{ include (print $.Template.BasePath "/secret-restserver.yml") $ | sha256sum }}
20
21
spec :
21
22
{{- with .Values.imagePullSecrets }}
22
23
imagePullSecrets :
You can’t perform that action at this time.
0 commit comments