From b691f297f1a49af58f21b67f35db7bd4bcc7821e Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 5 Nov 2024 09:13:34 +0100 Subject: [PATCH] docs: fix upgrade notes links --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c23193c..a4325c1 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,11 @@ - [Advanced](#advanced) - [Contributing](#contributing) - [Upgrading](#upgrading) - - [To v10.0.0](#to-v1000) - - [To v9.0.0](#to-v900) - - [To v8.0.0](#to-v800) - - [To v7.0.0](#to-v700) - - [To v6.0.0](#to-v600) + - [To v10](#to-v10) + - [To v9](#to-v9) + - [To v8](#to-v8) + - [To v7](#to-v7) + - [To v6](#to-v6) [Forgejo](https://forgejo.org/) is a community managed lightweight code hosting solution written in Go. It is published under the MIT license. @@ -1202,25 +1202,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 v10.0.0 +### To v10 You need Forgejo v9+ to use this Helm Chart version. Forgejo v8 is now EOL. -### To v9.0.0 +### To v9 Namespaces for all resources are now set to `common.names.namespace` by default. -### To v8.0.0 +### To v8 You need Forgejo v8+ to use this Helm Chart version. Use the v7 Helm Chart for Forgejo v7. -### To v7.0.0 +### To v7 The Forgejo docker image is pulled from `code.forgejo.org` instead of `codeberg.org`. -### To v6.0.0 +### To v6 You need Forgejo v7+ to use this Helm Chart version. Use the v5 Helm Chart for Forgejo v1.21.