From d6320890f295ec20eec2d811416d917bf8bfddec Mon Sep 17 00:00:00 2001 From: Alexander Tanayno Date: Mon, 7 Dec 2020 07:38:11 +0000 Subject: [PATCH] Update the default value for image.tag --- doc/charts/gitlab/kas/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/charts/gitlab/kas/index.md b/doc/charts/gitlab/kas/index.md index 009066908f..95e773f3ae 100644 --- a/doc/charts/gitlab/kas/index.md +++ b/doc/charts/gitlab/kas/index.md @@ -42,7 +42,7 @@ the `helm install` command using the `--set` flags. | `annotations` | `{}` | Pod annotations | | `extraContainers` | | List of extra containers to include | | `image.repository` | `registry.gitlab.com/gitlab-org/cluster-integration/gitlab-agent/kas` | image repository | -| `image.tag` | `v0.0.6` | Image tag | +| `image.tag` | same as GitLab version | Image tag | | `hpa.targetAverageValue` | `100m` | Set the autoscaling target value (CPU) | | `ingress.enabled` | `true` if `global.kas.enabled=true` | You can use `kas.ingress.enabled` to explicitly turn it on or off. If not set, you can optionally use `global.ingress.enabled` for the same purpose. | | `ingress.annotations` | `{}` | Ingress annotations | -- GitLab