Update when installing IncusOS via SEEDS_DATA don't work

Hi, i deploy the latest incusos with the ISO and SEED_DATA, so not using the incusos-customizer.

But it seams not to be able to install updates:

any idea? do i miss some config seeds for updates / release channel?

These are my seeds I use:

incus.yml

apply_defaults: true
preseed:
  config:
    core.https_address: '[::]:443'
  certificates:
  - name: default-cli
    type: client
    certificate: |
      -----BEGIN CERTIFICATE-----
     ...
      -----END CERTIFICATE-----

install.yml

force_install: true
force_reboot: true
target:
id: scsi-0QEMU_QEMU_HARDDISK_incus_root

network.yml

interfaces:
- hwaddr: ...
  name: ...
  addresses:
  - dhcp4
  - slaac
  roles:
  - management
  - storage
  - cluster
- hwaddr: ...
  name: trunk
  lldp: false
  required_for_online: 'no'
  roles:
  - instances
  vlan_tags:
  - ...
time:
  ntp_servers:
  - ...
  - ...
  timezone: ...

Thank you!

From the screenshot it looks like the install completed so I guess your seeds are fine.

There was an issue where IncusOS wouldn’t install an application update if multiple versions of IncusOS were installed but the system was booted off the older version.

Could you try reboot and make sure you’ve selected the newest version in the boot menu?
If you only have a single version installed and are still hitting this issue then I am not sure.