doc: update upgrade notes

This commit is contained in:
Michael Kriese 2024-05-31 10:04:31 +02:00
parent b0b2e782f1
commit 57ec994248
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -1162,7 +1162,25 @@ 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 v6.0.0
<summary>To v7.0.0</summary>
<!-- prettier-ignore-start -->
<!-- markdownlint-disable-next-line -->
**Breaking changes**
<!-- prettier-ignore-end -->
The Forgejo docker image is pulled from `code.forgejo.org` instead of `codeberg.org`.
</details>
<summary>To v6.0.0</summary>
<!-- prettier-ignore-start -->
<!-- markdownlint-disable-next-line -->
**Breaking changes**
<!-- prettier-ignore-end -->
You need Forgejo v7+ to use this Helm Chart version.
Use the v5 Helm Chart for Forgejo v1.21.
</details>