From b169efbda9d8f64fa6a76b8f4d7c64a98e11dd49 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Fri, 31 May 2024 14:52:33 -0500 Subject: [PATCH] change deployment strategy --- clusters/cl01tl/applications/ghost/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clusters/cl01tl/applications/ghost/values.yaml b/clusters/cl01tl/applications/ghost/values.yaml index c8ae1cb4c..c41d46371 100644 --- a/clusters/cl01tl/applications/ghost/values.yaml +++ b/clusters/cl01tl/applications/ghost/values.yaml @@ -3,6 +3,8 @@ ghost: registry: docker.io repository: bitnami/ghost tag: 5.82.12-debian-12-r0 + updateStrategy: + type: Recreate ghostUsername: user existingSecret: ghost-credentials-secret ghostEmail: alexanderlebens@gmail.com