fix: wrong readme

This commit is contained in:
Michael Kriese 2023-01-03 17:52:18 +01:00
parent 659ae29e33
commit 01d381a5cd
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
2 changed files with 2 additions and 3 deletions

View file

@ -573,7 +573,7 @@ gitea:
| Name | Description | Value | | 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.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.tag` | Visit: [Image tag](https://codeberg.org/forgejo/-/packages/container/forgejo/versions). Defaults to `appVersion` within Chart.yaml. | `""` |
| `image.pullPolicy` | Image pull policy | `Always` | | `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. This section lists major and breaking changes of each Helm Chart version.
Please read them carefully to upgrade successfully. Please read them carefully to upgrade successfully.

View file

@ -257,7 +257,7 @@ signing:
enabled: false enabled: false
gpgHome: /data/git/.gnupg gpgHome: /data/git/.gnupg
## @section Forgejo ## @section Gitea
# #
gitea: gitea:
## @param gitea.admin.username Username for the Forgejo admin user ## @param gitea.admin.username Username for the Forgejo admin user