-
Question was originally asked in Dagster Slack. Reposting it here for posterity and discoverability. I have Dagster deployed on k8s(Helm). What are the options for deploying the code (in our case we have all the code in a git repo, which used to be run by devs cli) and how could we implement a CI/CD? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The way to deploy code and do CI/CD with the helm chart is to use the dagster-user-deployments helm chart that's described here: https://docs.dagster.io/deployment/guides/kubernetes/customizing-your-deployment#separately-deploying-dagster-infrastructure-and-user-code |
Beta Was this translation helpful? Give feedback.
The way to deploy code and do CI/CD with the helm chart is to use the dagster-user-deployments helm chart that's described here: https://docs.dagster.io/deployment/guides/kubernetes/customizing-your-deployment#separately-deploying-dagster-infrastructure-and-user-code
In the CI/CD pipeline you would build and push a new tagged image for your code, and then upgrade the values.yaml for the helm chart so that it's pointed at the user code deployment for the new image