From dd16af2b7ddbab5ec1a549f8221313f03ecb3dfc Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Tue, 14 Apr 2026 22:22:32 +0800 Subject: [PATCH] Switch update strategy to Recreate --- harbor/values.home.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbor/values.home.yaml b/harbor/values.home.yaml index 3d71704..ef940a4 100644 --- a/harbor/values.home.yaml +++ b/harbor/values.home.yaml @@ -328,7 +328,7 @@ imagePullSecrets: # The update strategy for deployments with persistent volumes(jobservice, registry): "RollingUpdate" or "Recreate" # Set it as "Recreate" when "RWM" for volumes isn't supported updateStrategy: - type: RollingUpdate + type: Recreate # debug, info, warning, error or fatal logLevel: info