From dafe646d54ef922931eebfc0857956825323afb8 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Fri, 21 Jun 2024 15:13:56 +0200 Subject: [PATCH] ci: use juju 3.4/stable instead of 3.5/stable --- .github/workflows/integrate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index d952abea..dc70d52c 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -48,7 +48,7 @@ jobs: channel: 1.29-strict/stable charmcraft-channel: latest/candidate microk8s-addons: "dns storage rbac metallb:10.64.140.43-10.64.140.49" - juju-channel: 3.5/stable + juju-channel: 3.4/stable # Remove when https://github.com/canonical/bundle-kubeflow/issues/921 is fixed bootstrap-options: "--agent-version=3.5.0" @@ -79,7 +79,7 @@ jobs: channel: 1.29-strict/stable charmcraft-channel: latest/candidate microk8s-addons: "dns storage rbac ingress metallb:10.64.140.43-10.64.140.49" - juju-channel: 3.5/stable + juju-channel: 3.4/stable # Remove when https://github.com/canonical/bundle-kubeflow/issues/921 is fixed bootstrap-options: "--agent-version=3.5.0"