Skip to content

Commit

Permalink
Use Jammy stemcells
Browse files Browse the repository at this point in the history
  • Loading branch information
krutten committed Jul 25, 2024
1 parent c4763a0 commit cfb2383
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ci/envs/ci-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ meta:

stemcells:
- alias: default
os: ubuntu-bionic
version: 1.76
os: ubuntu-jammy
version: 1.76
2 changes: 1 addition & 1 deletion manifests/shield.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ update:

stemcells:
- alias: bionic
os: (( grab params.stemcell_os || "ubuntu-bionic" ))
os: (( grab params.stemcell_os || "ubuntu-jammy" ))
version: (( grab params.stemcell_version || "latest" ))
2 changes: 1 addition & 1 deletion ocfp/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ meta:

stemcell:
name: (( grab params.stemcell_name || "default" ))
os: (( grab params.stemcell_os || "ubuntu-bionic" ))
os: (( grab params.stemcell_os || "ubuntu-jammy" ))
version: (( grab params.stemcell_version || "latest" ))

shield:
Expand Down
2 changes: 1 addition & 1 deletion spec/results/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ releases:
version: 9.2.0
stemcells:
- alias: bionic
os: ubuntu-bionic
os: ubuntu-jammy
version: latest
update:
canaries: 0
Expand Down
2 changes: 1 addition & 1 deletion spec/results/oauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ releases:
version: 9.2.0
stemcells:
- alias: bionic
os: ubuntu-bionic
os: ubuntu-jammy
version: latest
update:
canaries: 0
Expand Down
2 changes: 1 addition & 1 deletion spec/results/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ releases:
version: 1.0.2
stemcells:
- alias: bionic
os: ubuntu-bionic
os: ubuntu-jammy
version: latest
update:
canaries: 0
Expand Down
2 changes: 1 addition & 1 deletion spec/results/secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ releases:
version: 9.2.0
stemcells:
- alias: bionic
os: ubuntu-bionic
os: ubuntu-jammy
version: latest
update:
canaries: 0
Expand Down

0 comments on commit cfb2383

Please sign in to comment.