Skip to content

Commit 106e8b3

Browse files
Update chart version (#16)
Co-authored-by: Poh Peng <thepoppingone@users.noreply.github.com>
1 parent b3b63b7 commit 106e8b3

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.22.0"
22+
default = "0.23.0"
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.25.0"
162+
default = "v0.27.1"
163163
}
164164

165165
variable "runner_repository" {

0 commit comments

Comments
 (0)