As Kubeflow and all of its components are fully opensourced, I have ideas to make them more fit my usecase.
But I am a still new to the juju/charms ecosystem and was wondering how should I approach deploying customised components.
For demonstration purposes, let’s say I want to change color of the Kubeflow dashboard from blue to green.
I assume I would have to change the charm bundle to exclude the https://charmhub.io/kubeflow-dashboard and substitude it with some local edited copy from 1.7 branch of https://github.com/kubeflow/kubeflow/tree/v1.7-branch/components/centraldashboard , but no idea if that is the correct approach or how to even make it work.
Any help/pointers would be appreciated.
Crispy