IMPORTANT: Please read the Upgrading Notes as ignoring them might result in a corrupted state or data loss!
Breaking
- Switch from
Statefulset
toDeployment
(#437) - Rename
persistence.existingClaim
topersistence.ClaimName
(#437) - Add own PVC resource (#437)
- Switch from
memcache
toredis-cluster
as the default backend forsession
,queue
andcache
(#437) - Switch from
postgres
topostgres-ha
as the default database backend (#437) - Change
env-to-ini
prefix fromENV_TO_INI
toGITEA
(#464)
Features
- Bump to Gitea 1.20
- Helm chart releases are now signed (#427)
- Use rootless image by default (#464)
- Document how to inject custom themes (#460)
- Add support for service account configuration (#451)
- Update chart dependencies
- Postgres: 12.4.1 -> 12.6.6
Fixes
- Fix an issue related to
$HOME
when using the rootless image (#447)