From 1adef28ba22e41ff6d412c0f83a61c0c84e473e5 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Tue, 2 Jul 2024 07:35:56 -0600 Subject: [PATCH] ci: use juju 3.4/stable instead of 3.5/stable (#521) * ci: use juju 3.4/stable instead of 3.5/stable Part of canonical/bundle-kubeflow#944 --- .github/workflows/integrate.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index f968d76b..c343305b 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -97,9 +97,7 @@ jobs: with: provider: microk8s channel: 1.29-strict/stable - juju-channel: 3.5/stable - # Remove when https://github.com/canonical/bundle-kubeflow/issues/921 is fixed - bootstrap-options: "--agent-version=3.5.0" + juju-channel: 3.4/stable charmcraft-channel: latest/candidate - name: Integration tests @@ -140,9 +138,7 @@ jobs: with: provider: microk8s channel: 1.29-strict/stable - # Remove when https://github.com/canonical/bundle-kubeflow/issues/921 is fixed - bootstrap-options: "--agent-version=3.5.0" - juju-channel: 3.5/stable + juju-channel: 3.4/stable charmcraft-channel: latest/candidate microk8s-addons: "dns hostpath-storage rbac metallb:10.64.140.43-10.64.140.49"