Skip to content

Commit

Permalink
Default to Jammy stemcells
Browse files Browse the repository at this point in the history
[Software Updates]

* Now uses ubuntu-jammy stemcells by default.  Jumpbox boshrelease will
  not work on ubuntu-bionic or earlier.
  • Loading branch information
dennisjbell committed Nov 9, 2023
1 parent 45e632c commit eacf998
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifests/jumpbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,5 @@ instance_groups:

stemcells:
- alias: default
os: (( grab params.stemcell_os || "ubuntu-bionic" ))
os: (( grab params.stemcell_os || "ubuntu-jammy" ))
version: (( grab params.stemcell_version || "latest" ))

0 comments on commit eacf998

Please sign in to comment.