Skip to content

Commit 21bd1f0

Browse files
authored
Update bosh-lite stemcell to ubuntu-noble (#3779) (#3784)
- Update the github workflow "create-bosh-lite.yaml" stemcell to ubuntu-noble
1 parent c2ab3b5 commit 21bd1f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-bosh-lite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
134134
bosh update-runtime-config ${GITHUB_WORKSPACE}/bosh-deployment/runtime-configs/dns.yml --name dns
135135
STEMCELL_VERSION=$(bosh interpolate ${GITHUB_WORKSPACE}/cf-deployment/cf-deployment.yml --path /stemcells/alias=default/version)
136-
bosh upload-stemcell "https://bosh.io/d/stemcells/bosh-warden-boshlite-ubuntu-jammy-go_agent?v=${STEMCELL_VERSION}"
136+
bosh upload-stemcell "https://bosh.io/d/stemcells/bosh-warden-boshlite-ubuntu-noble?v=${STEMCELL_VERSION}"
137137
bosh update-cloud-config ${GITHUB_WORKSPACE}/cf-deployment/iaas-support/bosh-lite/cloud-config.yml
138138
SYSTEM_DOMAIN="$env_name.app-runtime-interfaces.ci.cloudfoundry.org"
139139

0 commit comments

Comments
 (0)