We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106e8b3 commit b810c54Copy full SHA for b810c54
variables.tf
@@ -19,7 +19,7 @@ variable "chart_repository" {
19
variable "chart_version" {
20
description = "Version of Chart to install. Set to empty to install the latest version."
21
type = string
22
- default = "0.23.0"
+ default = "0.23.1"
23
}
24
25
variable "chart_namespace" {
@@ -159,7 +159,7 @@ variable "controller_repository" {
159
variable "controller_image_tag" {
160
description = "The tag of the controller container. If not specified, it's the appVersion inside Chart.yaml"
161
162
- default = "v0.27.1"
+ default = "v0.27.2"
163
164
165
variable "runner_repository" {
0 commit comments