Skip to content

Commit b810c54

Browse files
Update chart and controller tag versions to latest for bug fix
1 parent 106e8b3 commit b810c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ variable "chart_repository" {
1919
variable "chart_version" {
2020
description = "Version of Chart to install. Set to empty to install the latest version."
2121
type = string
22-
default = "0.23.0"
22+
default = "0.23.1"
2323
}
2424

2525
variable "chart_namespace" {
@@ -159,7 +159,7 @@ variable "controller_repository" {
159159
variable "controller_image_tag" {
160160
description = "The tag of the controller container. If not specified, it's the appVersion inside Chart.yaml"
161161
type = string
162-
default = "v0.27.1"
162+
default = "v0.27.2"
163163
}
164164

165165
variable "runner_repository" {

0 commit comments

Comments
 (0)