diff --git a/variables.tf b/variables.tf index 8057aef..7cf3750 100644 --- a/variables.tf +++ b/variables.tf @@ -114,7 +114,7 @@ variable "helm_release_name" { variable "helm_chart_version" { description = "The version of the gitlab-agent Helm chart. You can see the available versions at https://gitlab.com/gitlab-org/charts/gitlab-agent/-/tags, or using the command `helm search repo gitlab/gitlab-agent -l` after adding the Gitlab Helm repository." type = string - default = "2.14.1" + default = "2.20.1" } variable "helm_additional_values" {