From 9ae0c44e69d37fc0ea38881ef98248bf41ed4f38 Mon Sep 17 00:00:00 2001 From: Prem Kalle <38508878+prkalle@users.noreply.github.com> Date: Mon, 1 Jun 2026 11:59:41 -0700 Subject: [PATCH] Update bosh-lite stemcell to ubuntu-noble (#3779) - 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"