docs: prepare forgejo v11 (#1189)

Reviewed-on: https://code.forgejo.org/forgejo-helm/forgejo-helm/pulls/1189
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
Michael Kriese 2025-04-16 14:14:53 +00:00 committed by Michael Kriese
parent 949431ec59
commit 5f66b3c59b
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201
2 changed files with 5 additions and 29 deletions

View file

@ -1218,6 +1218,11 @@ This section lists major and breaking changes of each Helm Chart version.
Please read them carefully to upgrade successfully, especially the change of the **default database backend**!
If you miss this, blindly upgrading may delete your Postgres instance and you may lose your data!
### To v12
You need Forgejo v11+ to use this Helm Chart version.
Forgejo v10 is now EOL.
### To v11
PostgreSQL and PostgreSQL HA are now using PostgreSQL v17.

View file

@ -1,29 +0,0 @@
image:
registry: codeberg.org
repository: forgejo-experimental/forgejo
tag: 10 # don't pin, manifests can be missing
# Use mirror
# https://code.forgejo.org/forgejo-helm/forgejo-helm/issues/1045
test:
image:
name: code.forgejo.org/oci/busybox
redis-cluster:
enabled: false
postgresql-ha:
enabled: false
persistence:
enabled: false
gitea:
config:
database:
DB_TYPE: sqlite3
session:
PROVIDER: memory
cache:
ADAPTER: memory
queue:
TYPE: level