From 6ab36dc76e243d106259fcdb22858989db72322e Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 18 Dec 2025 19:41:35 +0900 Subject: [PATCH] FIX(repo): Use correct strategy key name - Change deploymentStrategy to strategy - This is the correct key according to gitea helm chart values.yaml --- gitea/helm-values/gitea.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/helm-values/gitea.yaml b/gitea/helm-values/gitea.yaml index 04fe48c..2492d46 100644 --- a/gitea/helm-values/gitea.yaml +++ b/gitea/helm-values/gitea.yaml @@ -102,7 +102,7 @@ redis-cluster: enabled: false # Deployment strategy: Recreate to avoid leveldb lock conflicts -deploymentStrategy: +strategy: type: Recreate # Environment variables for database password