Skip to content

Commit

Permalink
Update channels
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlassis committed Sep 26, 2024
1 parent c3e37af commit fcd30b4
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 @@ -48,6 +48,7 @@ jobs:
uses: canonical/charmed-kubeflow-workflows/.github/workflows/terraform-checks.yaml@main
with:
charm-path: .
channel: 2.2/stable

deploy:
name: Integration Tests
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 = "2.2/stable"
}

variable "config" {
Expand Down

0 comments on commit fcd30b4

Please sign in to comment.