Hi, I noticed that the app version is 2.4.0, but the ExApp Docker configuration in appinfo/info.xml still pins the container tag to 2.3.0:
<version>2.4.0</version>
<external-app>
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud/context_agent</image>
<image-tag>2.3.0</image-tag>
</docker-install>
</external-app>
When installing via the Nextcloud UI/AppAPI, this results in the deployed container being ghcr.io/nextcloud/context_agent:2.3.0 even though the app reports 2.4.0.
Is this intentional or should the <image-tag> be updated to 2.4.0? The 2.4.0 image exists in GHCR.