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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user