From 126348db5808ddb1b49f2be35a6ff660fb707534 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Tue, 25 Jun 2024 06:30:30 -0600 Subject: [PATCH] ci: use juju 3.4/stable instead of 3.5/stable (#53) --- .github/workflows/integrate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 1df9794..7b2d452 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -64,7 +64,7 @@ jobs: with: provider: microk8s channel: 1.29-strict/stable - juju-channel: 3.5/stable + juju-channel: 3.4/stable microk8s-addons: "dns storage rbac metallb:10.64.140.43-10.64.140.49" - name: Run integration tests