Hello everyone,
I have a running deployment (using GitOps + Helm) of Frappe ERPNext with HRMS in it, i have a custom image for custom apps, and have enabled createSite job. But now i want to include some other custom apps, i have included them in the custom docker image, but i was wondering how to include them in the current site deployment without losing data. I know that i should run the bench install-apps cmd, but can that be done using custom job in Helm Chart, has anyone done it?