Enable Forgejo Actions and Recreate deployment strategy

Actions are required for CI runners. Recreate avoids leveldb queue lock
contention on the shared PVC during Helm upgrades.
This commit is contained in:
2026-07-03 21:44:57 +02:00
parent 75698636c6
commit f49be83f7e
2 changed files with 15 additions and 1 deletions

View File

@@ -60,6 +60,14 @@ make forgejo-status
make forgejo-smoke
```
## Upgrade notes
- Pin `FORGEJO_CHART_VERSION=12.5.0` — chart 12.6+ requires Gitea 1.26 `config edit-ini`.
- `strategy.type: Recreate` in `helm/forgejo-values.yaml` — avoids leveldb queue lock
on the shared RWO PVC during rolling updates.
- Actions enabled via `gitea.config.actions.ENABLED: true`.
- Ingress backend service name is `forgejo-gitea-http` (Helm release naming).
## Day-2 operator targets
```bash