fix(stalwart-mail): remove checksum for configuration.yaml
This commit is contained in:
parent
59d398384a
commit
37cf3add94
2 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
name: stalwart-mail
|
||||
description: Stalwart is a JMAP, IMAP4 and SMTP server
|
||||
version: 0.1.6
|
||||
version: 0.1.7
|
||||
appVersion: 0.8.1
|
||||
maintainers:
|
||||
- name: Tommy Skaug
|
||||
|
|
|
@ -4,8 +4,6 @@ metadata:
|
|||
name: {{ include "stalwart-mail.fullname" . }}
|
||||
labels:
|
||||
{{- include "stalwart-mail.labels" . | nindent 4 }}
|
||||
annotations:
|
||||
checksum/config: {{ include (print $.Template.BasePath "/configuration.yaml") . | sha256sum }}
|
||||
spec:
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
selector:
|
||||
|
|
Loading…
Reference in a new issue