Skip to content

Commit

Permalink
spread.yaml: set default nested channel to beta
Browse files Browse the repository at this point in the history
Channel for kernel cannot be edge as that one is not signed with
Canonical keys anymore, so we default the image to beta.
  • Loading branch information
alfonsosanchezbeato committed Oct 19, 2023
1 parent 6374716 commit 1c15684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ environment:
# Directory where the nested images and test assets are stored
NESTED_WORK_DIR: '$(HOST: echo "${NESTED_WORK_DIR:-/tmp/work-dir}")'
# Channel used to create the nested vm
NESTED_CORE_CHANNEL: '$(HOST: echo "${NESTED_CORE_CHANNEL:-edge}")'
NESTED_CORE_CHANNEL: '$(HOST: echo "${NESTED_CORE_CHANNEL:-beta}")'
# Use cloud init to make initial system configuration instead of user assertion
NESTED_CORE_REFRESH_CHANNEL: '$(HOST: echo "${NESTED_CORE_REFRESH_CHANNEL:-edge}")'
# Use cloud init to make initial system configuration instead of user assertion
Expand Down

0 comments on commit 1c15684

Please sign in to comment.