fix(apps): move Application Version to the Advanced tab
It sets the image tag, so a wrong value stops the app starting — that belongs with the other expert settings, not beside feature toggles. Tooltip now explains the split it participates in: automatic updates apply rebuilds OF this version, changing it moves between releases. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
fd8ac29621
commit
da97daf5f7
@ -209,10 +209,11 @@ PORTEOF
|
||||
"default": true
|
||||
},
|
||||
"VERSION": {
|
||||
"category": "features",
|
||||
"category": "advanced",
|
||||
"label": "Application Version",
|
||||
"type": "text",
|
||||
"tooltip": "Specific version of the application to deploy"
|
||||
"advanced": true,
|
||||
"tooltip": "The release line this app tracks — it sets the image tag. Automatic updates apply rebuilds OF this version (patches); changing it here is how you move between releases. Leave it alone unless you know the version exists upstream."
|
||||
},
|
||||
"TIMEOUT": {
|
||||
"category": "features",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user