From aa97cdab5bb00f19d38022b291b670cb7685cf91 Mon Sep 17 00:00:00 2001 From: justusbunsi Date: Sun, 10 Jul 2022 04:43:04 +0800 Subject: [PATCH] Restore default behavior description for image tag (#330) Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/330 Reviewed-by: luhahn Reviewed-by: wxiaoguang Co-authored-by: justusbunsi Co-committed-by: justusbunsi --- README.md | 16 ++++++++-------- values.yaml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f476e73..370e21a 100644 --- a/README.md +++ b/README.md @@ -740,14 +740,14 @@ gitea: ### Image -| Name | Description | Value | -| ------------------ | ------------------------------------------------------------------------------------------ | ------------- | -| `image.registry` | image registry, e.g. gcr.io,docker.io | `""` | -| `image.repository` | Image to start for this pod | `gitea/gitea` | -| `image.tag` | Visit: [Image tag](https://hub.docker.com/r/gitea/gitea/tags?page=1&ordering=last_updated) | `""` | -| `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` | -| `imagePullSecrets` | Secret to use for pulling the image | `[]` | +| Name | Description | Value | +| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------- | ------------- | +| `image.registry` | image registry, e.g. gcr.io,docker.io | `""` | +| `image.repository` | Image to start for this pod | `gitea/gitea` | +| `image.tag` | Visit: [Image tag](https://hub.docker.com/r/gitea/gitea/tags?page=1&ordering=last_updated). Defaults to `appVersion` within Chart.yaml. | `""` | +| `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` | +| `imagePullSecrets` | Secret to use for pulling the image | `[]` | ### Security diff --git a/values.yaml b/values.yaml index 3589506..6f084dc 100644 --- a/values.yaml +++ b/values.yaml @@ -24,7 +24,7 @@ clusterDomain: cluster.local ## @section Image ## @param image.registry image registry, e.g. gcr.io,docker.io ## @param image.repository Image to start for this pod -## @param image.tag Visit: [Image tag](https://hub.docker.com/r/gitea/gitea/tags?page=1&ordering=last_updated) +## @param image.tag Visit: [Image tag](https://hub.docker.com/r/gitea/gitea/tags?page=1&ordering=last_updated). Defaults to `appVersion` within Chart.yaml. ## @param image.pullPolicy Image pull policy ## @param image.rootless Wether or not to pull the rootless version of Gitea, only works on Gitea 1.14.x or higher image: