fix(stalwart-mail): remove checksum for configuration.yaml

This commit is contained in:
Tommy 2024-06-24 15:15:48 +02:00
parent 59d398384a
commit 37cf3add94
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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: