Skip to content

Commit b42ee76

Browse files
authored
Merge pull request #26 from sparkfabrik/update_agent
refs #000: Update Gitlab Agent to 18.5.2
2 parents e63181a + 5a2230f commit b42ee76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ variable "helm_release_name" {
114114
variable "helm_chart_version" {
115115
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."
116116
type = string
117-
default = "2.14.1"
117+
default = "2.20.1"
118118
}
119119

120120
variable "helm_additional_values" {

0 commit comments

Comments
 (0)