From c2d2d7bbeffb7b20767c66001e6961449f446372 Mon Sep 17 00:00:00 2001 From: Prem Kumar Kalle Date: Sun, 17 May 2026 21:24:34 -0700 Subject: [PATCH] Update bosh-lite stemcell to ubuntu-noble - Update the github workflow "create-bosh-lite.yaml" stemcell to ubuntu-noble --- .github/workflows/create-bosh-lite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-bosh-lite.yml b/.github/workflows/create-bosh-lite.yml index f0ead1f7ee..c9e31fc90e 100644 --- a/.github/workflows/create-bosh-lite.yml +++ b/.github/workflows/create-bosh-lite.yml @@ -133,7 +133,7 @@ jobs: bosh update-runtime-config ${GITHUB_WORKSPACE}/bosh-deployment/runtime-configs/dns.yml --name dns STEMCELL_VERSION=$(bosh interpolate ${GITHUB_WORKSPACE}/cf-deployment/cf-deployment.yml --path /stemcells/alias=default/version) - bosh upload-stemcell "https://bosh.io/d/stemcells/bosh-warden-boshlite-ubuntu-jammy-go_agent?v=${STEMCELL_VERSION}" + bosh upload-stemcell "https://bosh.io/d/stemcells/bosh-warden-boshlite-ubuntu-noble?v=${STEMCELL_VERSION}" bosh update-cloud-config ${GITHUB_WORKSPACE}/cf-deployment/iaas-support/bosh-lite/cloud-config.yml SYSTEM_DOMAIN="$env_name.app-runtime-interfaces.ci.cloudfoundry.org"