N8n on TrueNAS Scale latest Release vs Pre-Release (Beta)

Hello all, I am running n8n on my TrueNAS Scale (25.10.1) natively, i.e installed via the Discover Apps.

I am trying to update to the latest release but I notice that it tries to install the pre-release beta (2.2.1) instead of the latest stable release (2.1.4). I have the stable tag selected in the settings but it only gives me the option to update to the pre-release beta.

Anyone know how to fix it so that it only updates to the latest stable release or at least give me the option to chose what release to install?

so this is a TrueNAS issue not an n8n one - their app catalog determines what versions are available. the “stable” tag in n8n’s truenas app might be pointing to 2.2.1 if thats what they packaged as the latest helm chart.

you could check the TrueNAS forums or their ix-apps repo to see whats going on, or if you want more control over versioning consider running n8n in docker directly instead of through their app system. that way you can pin to whatever version tag you want.