Skip to content

Commit

Permalink
ci, chore: use version 2.2/stable of this charm for terraform modules…
Browse files Browse the repository at this point in the history
… to match branch
  • Loading branch information
DnPlas committed Sep 24, 2024
1 parent 30c4c19 commit d163602
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 @@ -56,6 +56,7 @@ jobs:
uses: canonical/charmed-kubeflow-workflows/.github/workflows/terraform-checks.yaml@main
with:
charm-path: .
channel: 2.2/stable

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

variable "config" {
Expand Down

0 comments on commit d163602

Please sign in to comment.