Skip to content

Commit

Permalink
Merge pull request #90 from canonical/fix/bundle
Browse files Browse the repository at this point in the history
Use edge channel for dev bundle
  • Loading branch information
neoaggelos authored Jul 4, 2023
2 parents 66806b5 + e1721e7 commit 204aa3f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/dev-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@
---
applications:
microk8s:
charm: ../microk8s_ubuntu-20.04-amd64_ubuntu-22.04-amd64.charm
charm: microk8s
channel: edge
scale: 1
options:
role: control-plane
constraints: 'mem=4G root-disk=20G'
microk8s-worker:
charm: ../microk8s_ubuntu-20.04-amd64_ubuntu-22.04-amd64.charm
charm: microk8s
channel: edge
scale: 1
options:
role: worker
constraints: 'mem=4G root-disk=20G'
relations:
- [microk8s:microk8s-provides, microk8s-worker:microk8s]
- [microk8s:workers, microk8s-worker:control-plane]

0 comments on commit 204aa3f

Please sign in to comment.