I have a multi apps on mysite built using the steps outlined here frappe_docker/docs/custom-apps.md at main · frappe/frappe_docker · GitHub
My apps.json has the following:
[
{
“url”: “GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)”,
“branch”: “v15.61.1”
},
{
“url”: “GitHub - frappe/hrms: Open Source HR and Payroll Software”,
“branch”: “v15.45.2”
},
{
“url”: “GitHub - frappe/crm: Fully featured, open source CRM”,
“branch”: “v1.42.2”
},
{
“url”: “GitHub - frappe/helpdesk: Modern, Streamlined, Free and Open Source Customer Service Software”,
“branch”: “v1.8.0”
},
{
“url”: “GitHub - frappe/print_designer: Visual print designer for Frappe / ERPNext”,
“branch”: “v1.5.1”
},
{
“url”: “GitHub - frappe/builder: Craft beautiful websites effortlessly with an intuitive visual builder and publish them instantly”,
“branch”: “v1.16.5”
},
{
“url”: “GitHub - frappe/education: Open source education / school management system”,
“branch”: “v15.5.2”
},
{
“url”: “GitHub - frappe/insights: Open Source Business Intelligence Tool”,
“branch”: “v3.1.3”
},
{
“url”: “GitHub - frappe/lending: Open Source Lending software”,
“branch”: “v1.0.0”
},
{
“url”: “GitHub - frappe/lms: Easy to Use, 100% Open Source Learning Management System”,
“branch”: “v2.28.1”
}
]
The image builds fine and I am able to deploy mysite, this is the output of bench version --format plain
builder 1.16.5 ()
crm 1.42.2 ()
education 15.5.0 ()
erpnext 15.61.1 ()
frappe 15.68.1 ()
helpdesk 1.7.0 ()
hrms 15.45.2 ()
insights 3.1.3 ()
lending 0.0.1 ()
lms 2.28.1 ()
print_designer 1.5.1 ()
As you would note Helpdesk is still v1.7.0 and not v1.8.0
I have tried to search the forum for a solution.
Any ideas as to why Helpdesk is not showing v1.8.0 as expected