From 9bb0063f8bd7608a811eeedef3a1d0d9748c55bc Mon Sep 17 00:00:00 2001 From: richardrobertreitz Date: Tue, 22 Apr 2025 12:29:50 +0000 Subject: [PATCH] Use Redis in the Forgejo configuration to support rolling updates of Forgejo itself Forgejo is not able to be reconfigured by default: a queue is locked To circumvent the problem, we need simply to enable the use of Redis as a Forgejo component --- template/stacks/core/forgejo/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/stacks/core/forgejo/values.yaml b/template/stacks/core/forgejo/values.yaml index 90b01a6..b98bbf3 100644 --- a/template/stacks/core/forgejo/values.yaml +++ b/template/stacks/core/forgejo/values.yaml @@ -1,5 +1,5 @@ redis-cluster: - enabled: false + enabled: true postgresql: enabled: false postgresql-ha: