Skip to content

Commit a01703e

Browse files
committed
feat: upgrade helm chart to version 2.5.0 for Gitlab 17
1 parent 7156ed1 commit a01703e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [0.5.0] - 2024-07-30
12+
1113
### Added
1214

1315
- Add the `gitlab_agent_grant_user_access_to_root_namespace` variable to grant the `user_access` permission on the root namespace.
16+
- Upgrade the Helm chart to version `2.5.0` for Gitlab 17.
1417

1518
## [0.4.0] - 2024-07-10
1619

files/values.yaml.tftpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://gitlab.com/gitlab-org/charts/gitlab-agent/-/blob/v1.26.0/values.yaml
1+
# https://gitlab.com/gitlab-org/charts/gitlab-agent/-/blob/v2.5.0/values.yaml
22

33
%{~ if length(k8s_common_labels) > 0 }
44
additionalLabels:

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ variable "helm_release_name" {
9696
variable "helm_chart_version" {
9797
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."
9898
type = string
99-
default = "1.26.0"
99+
default = "2.5.0"
100100
}
101101

102102
variable "helm_additional_values" {

0 commit comments

Comments
 (0)