Skip to content

Commit

Permalink
chore(test): restore reference dataset to xenial stemcell
Browse files Browse the repository at this point in the history
As nginx does not compile, we need to stay on xenial until it gets fix, or move to another boshrelease.
  • Loading branch information
o-orand committed Sep 7, 2022
1 parent c578eda commit f8937ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ update:

stemcells:
- alias: trusty
os: ubuntu-bionic
os: ubuntu-trusty
version: latest

instance_groups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ update: {} # defined in a operators file

stemcells:
- alias: default
os: ubuntu-jammy
os: ubuntu-bionic
version: latest

instance_groups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: hello-world-root-depls

stemcell:
version: "1.8" # Mandatory
version: "1.97" # Mandatory
sha1: # Optional

releases:
Expand Down

0 comments on commit f8937ca

Please sign in to comment.