From 115b061df8c74f20992190b12008270c722bc097 Mon Sep 17 00:00:00 2001 From: Fabio Date: Mon, 13 Feb 2023 10:04:09 -0300 Subject: [PATCH] Snappymail does not support rollingUpdate --- charts/snappymail/v0.1.0/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/snappymail/v0.1.0/templates/deployment.yaml b/charts/snappymail/v0.1.0/templates/deployment.yaml index 3a8aaaa..b07b062 100644 --- a/charts/snappymail/v0.1.0/templates/deployment.yaml +++ b/charts/snappymail/v0.1.0/templates/deployment.yaml @@ -11,6 +11,8 @@ spec: selector: matchLabels: {{- include "snappymail.selectorLabels" . | nindent 6 }} + strategy: + type: Recreate template: metadata: {{- with .Values.podAnnotations }}