From ce7ad160159c8c73f0a7fce8836af33bdc524d43 Mon Sep 17 00:00:00 2001 From: Guillaume Belanger Date: Tue, 3 Dec 2024 15:19:06 -0500 Subject: [PATCH] chore: use latest juju, microk8s, and lxd in CI Signed-off-by: Guillaume Belanger --- .github/workflows/integration-test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 9223a8c..065fe6e 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -30,9 +30,9 @@ jobs: uses: charmed-kubernetes/actions-operator@main with: provider: microk8s - channel: 1.29-strict/stable - juju-channel: 3.4/stable - lxd-channel: 5.20/stable + channel: 1.31-strict/stable + juju-channel: 3.6/stable + lxd-channel: 5.21/stable - name: Enable Metallb run: /usr/bin/sg snap_microk8s -c "sudo microk8s enable metallb:10.0.0.2-10.0.0.10"