diff --git a/stalwart-mail/Chart.yaml b/stalwart-mail/Chart.yaml index 87717d8..988da0d 100644 --- a/stalwart-mail/Chart.yaml +++ b/stalwart-mail/Chart.yaml @@ -3,7 +3,7 @@ name: stalwart-mail description: Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP) icon: https://stalw.art/home/apple-touch-icon.png type: application -version: 0.0.11 +version: 0.0.12 # renovate: image=docker.io/stalwartlabs/mail-server appVersion: "0.8.5" maintainers: diff --git a/stalwart-mail/README.adoc b/stalwart-mail/README.adoc index aec8b93..06bc038 100644 --- a/stalwart-mail/README.adoc +++ b/stalwart-mail/README.adoc @@ -2,7 +2,7 @@ = stalwart-mail -image::https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square[Version: 0.0.11] +image::https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square[Version: 0.0.12] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-0.8.5-informational?style=flat-square[AppVersion: 0.8.5] == Maintainers diff --git a/stalwart-mail/templates/deployment.yaml b/stalwart-mail/templates/deployment.yaml index b89f5e1..a6c92b1 100644 --- a/stalwart-mail/templates/deployment.yaml +++ b/stalwart-mail/templates/deployment.yaml @@ -58,11 +58,11 @@ spec: {{- toYaml . | nindent 12 }} {{- end }} {{- with .Values.readinessProbe }} - livenessProbe: + readinessProbe: {{- toYaml . | nindent 12 }} {{- end }} {{- with .Values.startupProbe }} - livenessProbe: + startupProbe: {{- toYaml . | nindent 12 }} {{- end }} resources: