https://prefect.io logo
r

Roshan Shrestha

07/31/2023, 8:19 PM
Hi, We are using worker pool in Openshift/Kubernetes cluster and using flow code from docker image to run flow. When flow code is updated , the docker image version is updated. What is the best way to associate version of docker image with flow? We have tried using “infra_override” options in deployment of the flow but to update/change version, we have to manually call the REST API to update infra_overrides in the deployments? Could you please suggest better way of to update flow and if application deployment, such that it will run the specific flow code from specific image.?
are there any documentation on flow versioning or how to run specific version of flow code for given deployment?
2 Views