diff --git a/variables.tf b/variables.tf index 3a2799b..52dd01e 100644 --- a/variables.tf +++ b/variables.tf @@ -107,7 +107,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.13.0" + default = "2.14.1" } variable "helm_additional_values" {