From 5a2230f0cdaf939cae0894142d985b77064d599b Mon Sep 17 00:00:00 2001 From: Giuseppe Arancio Date: Wed, 3 Dec 2025 18:38:15 +0100 Subject: [PATCH] refs #000: Update Gitlab Agent to 18.5.2 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {