This topic describes how to update stemcells for External Workers. These stemcells need to be updated to ensure compatibility with your version of Concourse.
To update stemcells, do the following:
Open /cluster/external-worker.yml
and look for the version
property in the stemcells
section.
# before
...
stemcells:
...
version: OLD-STEMCELL-VERSION
...
Update the version to the recommended stemcell version for your version of Concourse.
For example:
# after
...
stemcells:
...
version: 621.74
...
For Concourse v6.7.3, VMware recommends that you use a 621.x stemcell.
Run your deploy script to trigger the update.