App.image.query / update_available value is not good (?)

Hello,

I’d rather not to declare a bug by now…
On a test truenas (virtual box), ( Version: 25.10.1 - Goldeye) the APPS page gives an update is available on homarr.

{93ABEC8B-96BC-4A4E-A23F-26C47E43A133}

BUT midclt call app.image.query gives “no update”

truenas_admin@truenas-ge[~]$ midclt call app.image.query ‘[[ “update_available”, “=”, true]]’ | jq

truenas_admin@truenas-ge[~]$ midclt call app.image.query ‘[[ “update_available”, “=”, false]]’ | jq
[

{
“id”: “sha256:171970e82721ad695c43cf4216a1b04c90eff0515473b9a711933afa0c362875”,
“repo_tags”: [
Package homarr · GitHub
],
“repo_digests”: [
Package homarr · GitHub
],
“size”: 435875872,
“dangling”: false,
“update_available”: false,
“created”: “2025-12-26T19:20:56.589889617Z”,
“author”: “”,
“comment”: “buildkit.dockerfile.v0”
}…

Last homarr is 1.49.1

Does anybody have same issue ?

Best regards
Ronald

It may not be an update for the image of the docker container but rather an update for the apps framework

Thanks,

it seems I mixed up update and upgrade…

Best regards
Ronald