Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.6.0] - 2024-07-30

[Compare with previous version](https://github.com/sparkfabrik/terraform-gitlab-kubernetes-gitlab-agent/compare/0.5.0...0.6.0)

### Added

- Upgrade the default Helm chart to version `2.6.2`.

## [0.5.0] - 2024-07-30

[Compare with previous version](https://github.com/sparkfabrik/terraform-gitlab-kubernetes-gitlab-agent/compare/0.4.0...0.5.0)
Expand Down
2 changes: 1 addition & 1 deletion files/values.yaml.tftpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://gitlab.com/gitlab-org/charts/gitlab-agent/-/blob/v2.5.0/values.yaml
# https://gitlab.com/gitlab-org/charts/gitlab-agent/-/blob/v2.6.2/values.yaml

%{~ if length(k8s_common_labels) > 0 }
additionalLabels:
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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.5.0"
default = "2.6.2"
}

variable "helm_additional_values" {
Expand Down