From 01d381a5cd2adbdad49908b9fa7da2c77489d374 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 3 Jan 2023 17:52:18 +0100 Subject: [PATCH] fix: wrong readme --- README.md | 3 +-- values.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a67bf0..bfab200 100644 --- a/README.md +++ b/README.md @@ -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. - diff --git a/values.yaml b/values.yaml index 1600a05..c91ab1d 100644 --- a/values.yaml +++ b/values.yaml @@ -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