Skip to content

Commit

Permalink
fix: freeze lxd to 5.20/stable (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciareinoso authored Apr 11, 2024
1 parent d069096 commit 9cf6ea7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup LXD
uses: canonical/setup-lxd@main
with:
channel: latest/stable
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
juju-channel: 3.4/stable
provider: microk8s
channel: 1.27-strict/stable
lxd-channel: 5.20/stable
- name: Enable MetalLB
if: ${{ inputs.enable-metallb == true }}
run: /usr/bin/sg snap_microk8s -c "sudo microk8s enable metallb:${{ inputs.metallb-range }}"
Expand Down

0 comments on commit 9cf6ea7

Please sign in to comment.