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
|
apiVersion: v2
|
||||||
name: stalwart-mail
|
name: stalwart-mail
|
||||||
description: Stalwart is a JMAP, IMAP4 and SMTP server
|
description: Stalwart is a JMAP, IMAP4 and SMTP server
|
||||||
version: 0.1.6
|
version: 0.1.7
|
||||||
appVersion: 0.8.1
|
appVersion: 0.8.1
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
|
|
|
@ -4,8 +4,6 @@ metadata:
|
||||||
name: {{ include "stalwart-mail.fullname" . }}
|
name: {{ include "stalwart-mail.fullname" . }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "stalwart-mail.labels" . | nindent 4 }}
|
{{- include "stalwart-mail.labels" . | nindent 4 }}
|
||||||
annotations:
|
|
||||||
checksum/config: {{ include (print $.Template.BasePath "/configuration.yaml") . | sha256sum }}
|
|
||||||
spec:
|
spec:
|
||||||
replicas: {{ .Values.replicaCount }}
|
replicas: {{ .Values.replicaCount }}
|
||||||
selector:
|
selector:
|
||||||
|
|
Loading…
Reference in a new issue