Summary
Remove the deprecated Image and ImagePullSecretRef fields from VolumeSpec and MachineSpec. These have been superseded by spec.dataSource.osImage.
Basic example
Before (deprecated):
spec:
image: ghcr.io/ironcore-dev/gardenlinux/gardener:2150.0.0-kvm
After:
spec:
dataSource:
osImage:
image: ghcr.io/ironcore-dev/gardenlinux/gardener:2150.0.0-kvm
Motivation
The fields are marked as deprecated and the replacement is already in use.
Following projects needs to be updated
Summary
Remove the deprecated
ImageandImagePullSecretReffields fromVolumeSpecandMachineSpec. These have been superseded byspec.dataSource.osImage.Basic example
Before (deprecated):
After:
Motivation
The fields are marked as deprecated and the replacement is already in use.
Following projects needs to be updated