From d1636025546b24274ef18b449de0758ee9e1ce56 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Wed, 25 Sep 2024 00:18:42 +0200 Subject: [PATCH] ci, chore: use version 2.2/stable of this charm for terraform modules to match branch --- .github/workflows/integrate.yaml | 1 + terraform/variables.tf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 36ba5dd..7f2e9cd 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -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 diff --git a/terraform/variables.tf b/terraform/variables.tf index f12c968..f6ec40b 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -7,7 +7,7 @@ variable "app_name" { variable "channel" { description = "Charm channel" type = string - default = null + default = "2.2/stable" } variable "config" {