Skip to content

Commit

Permalink
terraform: update channel
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Sep 27, 2024
1 parent 18f48c7 commit 5dd8ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: canonical/charmed-kubeflow-workflows/.github/workflows/terraform-checks.yaml@main
with:
charm-path: .
channel: 1.9/stable

unit:
name: Unit Test
Expand Down
2 changes: 1 addition & 1 deletion 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 = "1.9/stable"
}

variable "config" {
Expand Down

0 comments on commit 5dd8ac3

Please sign in to comment.