Fresh Production Deployment of ERPNext/ Frappe v16 in two seperate environments:
- Docker (Custom App image)
- Kubernetes (using Frappe/Helm)
Of these two deployments, deployment for K8 using Frappe/Helm is complete and successful without any custom apps. It will be good to confirm compatibility of the custom apps before attempting. Here is the app.json file:
```json
[
{
"url": "https://github.com/frappe/frappe",
"branch": "version-16"
},
{
"url": "https://github.com/frappe/erpnext",
"branch": "version-16"
},
{
"url": "https://github.com/frappe/hrms",
"branch": "version-16"
},
{
"url": "https://github.com/frappe/payments",
"branch": "version-15"
},
{
"url": "https://github.com/resilient-tech/india-compliance",
"branch": "version-16"
},
{
"url": "https://github.com/frappe/crm",
"branch": "main"
},
{
"url": "https://github.com/shridarpatil/frappe_whatsapp",
"branch": "main"
}
]
```