update to 1.16.2 (#293)

replaces #290

Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/293
This commit is contained in:
techknowlogick
2022-02-26 06:01:16 +08:00
parent 6896c7caae
commit 1a3ce54dfc
4 changed files with 7 additions and 8 deletions

View File

@ -698,7 +698,7 @@ gitea:
| Parameter | Description | Default |
| ------------------ | ----------------------------------------------------------------------------------------- | ------------- |
| `image.repository` | Image to start for this pod | `gitea/gitea` |
| `image.tag` | [Image tag](https://hub.docker.com/r/gitea/gitea/tags?page=1&ordering=last_updated) | `1.15.10` |
| `image.tag` | [Image tag](https://hub.docker.com/r/gitea/gitea/tags?page=1&ordering=last_updated) | `1.16.2` |
| `image.pullPolicy` | Image pull policy | `Always` |
| `image.rootless` | Wether or not to pull the rootless version of Gitea, only works on Gitea 1.14.x or higher | `false` |