From d00040092603acf2c3a9bd89a7d26889193d0e22 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 31 Jul 2024 10:43:03 +0200 Subject: [PATCH] docs: add upgrading guide for v8 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a7881a2..765f13f 100644 --- a/README.md +++ b/README.md @@ -1162,6 +1162,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 v8.0.0 + +You need Forgejo v8+ to use this Helm Chart version. +Use the v7 Helm Chart for Forgejo v7. + ### To v7.0.0 The Forgejo docker image is pulled from `code.forgejo.org` instead of `codeberg.org`.