File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name: docspell
33description : A Helm chart to deploy docspell to Kubernetes
44home : https://docspell.org/
55type : application
6- version : 0.0.17
6+ version : 0.0.18
77appVersion : " 0.42.0"
Original file line number Diff line number Diff line change @@ -14,11 +14,12 @@ spec:
1414 serviceName : docspell-joex
1515 template :
1616 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 }}
1720 labels :
1821 {{- include "docspell.selectorLabels" . | nindent 8 }}
1922 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 }}
2223 spec :
2324 {{- with .Values.imagePullSecrets }}
2425 imagePullSecrets :
Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ spec:
1313 docspell-component : restserver
1414 template :
1515 metadata :
16+ annotations :
17+ config-hash : {{ include (print $.Template.BasePath "/secret-restserver.yml") $ | sha256sum }}
1618 labels :
1719 {{- include "docspell.selectorLabels" . | nindent 8 }}
1820 docspell-component : restserver
19- config-hash : {{ include (print $.Template.BasePath "/secret-restserver.yml") $ | sha256sum }}
2021 spec :
2122 {{- with .Values.imagePullSecrets }}
2223 imagePullSecrets :
You can’t perform that action at this time.
0 commit comments