Skip to content

Commit d31b668

Browse files
authored
Merge pull request #20 from sparkfabrik/upgrade_agent_2.14.1
refs platform/3672: upgrade gitlab agent
2 parents cf74f43 + 9dd523a commit d31b668

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
@@ -107,7 +107,7 @@ variable "helm_release_name" {
107107
variable "helm_chart_version" {
108108
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."
109109
type = string
110-
default = "2.13.0"
110+
default = "2.14.1"
111111
}
112112

113113
variable "helm_additional_values" {

0 commit comments

Comments
 (0)