we basically have 2 separate devops project to manage the Dagster infra and Dagster usercode , we made deployment using subchart:false and workspace enabled: true, in this scenario we end up getting 2 helm release - one for Dagster infra as "DAGSTER" release and another one for Dasgter usercode as "DAGSTER-USER-DEPLOYMENTS" release.
But, ideally we are looking to use existing DAGSTER release (Dagster Infra) to deploy the User code without getting created the new HELM release.
support i am looking here is:
do we have possible scope to deploy two separate helm chart into existing single helm release?
Dasgster chart and Dasgter-user-deployment chart both should be installed or upgraded into single release.
We also have tried to upgrade the existing helm release in the usercode deployment pipeline by using Usercode-deployment chart but it completely removed the Dagit and Daemon, and revised the version of the release which resulted by just having the usercode in the cluster and missing the dagit and daemon.
Please help us or confirm the possible approach we can use for deployment?