Skip to content

Commit

Permalink
fix: pin agent in integration on 2.9.34
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu committed Dec 6, 2022
1 parent 8c6a934 commit a573e81
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,13 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
uses: claudiubelu/actions-operator@18ebf92ae3043bd3dd15238e5d9b662d7ba08daf
with:
provider: microk8s
channel: 1.21/stable
charmcraft-channel: latest/candidate
channel: 1.22/stable
# Pinned until this bug is resolved: https://bugs.launchpad.net/juju/+bug/1992833
bootstrap-options: "--agent-version=2.9.34"
microk8s-addons: "dns storage rbac metallb:10.64.140.43-10.64.140.49"

# TODO: Remove once the actions-operator does this automatically
- name: Configure kubectl
Expand Down

0 comments on commit a573e81

Please sign in to comment.