Skip to content

Commit

Permalink
terraform: set channel variables default to 0.17/stable
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Sep 24, 2024
1 parent ad68489 commit 634be05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charms/katib-controller/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "app_name" {
variable "channel" {
description = "Charm channel"
type = string
default = null
default = "0.17/stable"
}

variable "config" {
Expand Down
2 changes: 1 addition & 1 deletion charms/katib-db-manager/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "app_name" {
variable "channel" {
description = "Charm channel"
type = string
default = null
default = "0.17/stable"
}

variable "config" {
Expand Down
2 changes: 1 addition & 1 deletion charms/katib-ui/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "app_name" {
variable "channel" {
description = "Charm channel"
type = string
default = null
default = "0.17/stable"
}

variable "config" {
Expand Down

0 comments on commit 634be05

Please sign in to comment.