From e2700ac889d0804d8b5cfae1ffdecd1295ff1f17 Mon Sep 17 00:00:00 2001 From: Hechmi Dammak Date: Mon, 29 Apr 2024 10:30:08 +0200 Subject: [PATCH] fix strategy for shared file store to be Recreate --- xenit-alfresco/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenit-alfresco/values.yaml b/xenit-alfresco/values.yaml index 99ba5b2..97366db 100644 --- a/xenit-alfresco/values.yaml +++ b/xenit-alfresco/values.yaml @@ -188,7 +188,7 @@ transformServices: repository: 'alfresco/alfresco-shared-file-store' tag: '3.0.0' strategy: - type: RollingUpdate + type: Recreate resources: requests: memory: "512Mi"