fix: wrong readme
This commit is contained in:
parent
659ae29e33
commit
01d381a5cd
2 changed files with 2 additions and 3 deletions
|
@ -573,7 +573,7 @@ gitea:
|
|||
|
||||
| Name | Description | Value |
|
||||
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------- |
|
||||
| `image.registry` | image registry, e.g. gcr.io,docker.io | `"codeberg.org"` |
|
||||
| `image.registry` | image registry, e.g. gcr.io,docker.io | `codeberg.org` |
|
||||
| `image.repository` | Image to start for this pod | `forgejo/forgejo` |
|
||||
| `image.tag` | Visit: [Image tag](https://codeberg.org/forgejo/-/packages/container/forgejo/versions). Defaults to `appVersion` within Chart.yaml. | `""` |
|
||||
| `image.pullPolicy` | Image pull policy | `Always` |
|
||||
|
@ -785,4 +785,3 @@ See [CONTRIBUTORS GUIDE](CONTRIBUTING.md) for details.
|
|||
|
||||
This section lists major and breaking changes of each Helm Chart version.
|
||||
Please read them carefully to upgrade successfully.
|
||||
|
||||
|
|
|
@ -257,7 +257,7 @@ signing:
|
|||
enabled: false
|
||||
gpgHome: /data/git/.gnupg
|
||||
|
||||
## @section Forgejo
|
||||
## @section Gitea
|
||||
#
|
||||
gitea:
|
||||
## @param gitea.admin.username Username for the Forgejo admin user
|
||||
|
|
Loading…
Reference in a new issue