From 904a05f906949a7c57565952d947d156e68fa2f8 Mon Sep 17 00:00:00 2001 From: Syphon83 Date: Tue, 15 Apr 2025 18:33:18 +0200 Subject: [PATCH] refa platform/3565: upgrade agent to 17.10.0 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 1d3cf95..2bae4e3 100644 --- a/variables.tf +++ b/variables.tf @@ -102,7 +102,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.11.0" + default = "2.13.0" } variable "helm_additional_values" {