Skip to content

Commit

Permalink
Update microk8s.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Aug 13, 2024
1 parent 0dc4823 commit dc4d433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/microk8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
name: Install MicroK8s
steps:
- uses: balchua/microk8s-actions@v0.3.2
- uses: balchua/microk8s-actions@v0.4.3
with:
channel: "1.30/stable"
channel: "1.26/stable"
addons: '["dns", "dashboard", "hostpath-storage", "nvidia"]'
- name: Test MicroK8s
id: list-pods
Expand Down

0 comments on commit dc4d433

Please sign in to comment.