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:
parent
75698636c6
commit
f49be83f7e
2 changed files with 15 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue