Skip to content

Commit

Permalink
[charm-dev] bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i committed Jul 19, 2024
1 parent 09c4097 commit aaf5c49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions v1/charm-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# To only test the cloud init portion of this blueprint:
#
# yq '.instances."charm-dev"."cloud-init"."vendor-data"' v1/charm-dev.yaml > charm-dev-cloud-init.yaml
# multipass launch --cloud-init ./charm-dev-cloud-init.yaml --name test --memory 7G --cpus 2 --disk 30G
# multipass launch noble --cloud-init ./charm-dev-cloud-init.yaml --name test --memory 16G --cpus 8 --disk 100G

description: A development and testing environment for charmers
version: latest
Expand All @@ -23,7 +23,7 @@ runs-on:

instances:
charm-dev:
image: 22.04
image: 24.04
limits:
min-cpu: 2
min-mem: 4G
Expand All @@ -48,10 +48,10 @@ instances:
snap:
commands:
# Juju 3.5 is supported until Jan 2025
# Juju 3.6 is an LTS. Install beta to help the juju team with testing.
# https://juju.is/docs/juju/roadmap
- snap install juju --channel=3.5/stable
- snap install microk8s --channel=1.29-strict/stable
- snap install juju --channel=3.6/beta
- snap install microk8s --channel=1.30-strict/stable
- snap alias microk8s.kubectl kubectl
- snap alias microk8s.kubectl k
- snap install --classic charmcraft
Expand Down

0 comments on commit aaf5c49

Please sign in to comment.