docs: fix upgrade notes links
This commit is contained in:
parent
c78c071815
commit
b691f297f1
1 changed files with 10 additions and 10 deletions
20
README.md
20
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.
|
||||
|
|
Loading…
Reference in a new issue