elongl commented on issue #30200: URL: https://github.com/apache/airflow/issues/30200#issuecomment-1477526180
@potiuk The thing is that I don't want to update the configuration files each time with the tag. We also have several Terraform workspaces (several environments), and each might have a different deployment. I want that for each of them, it'll just pick the latest one available. However, using `latest` won't restart the containers and make sure that the correct image is used. Therefore, I read the latest image using a data source, and then pass that to the manifest. Great, will take a look at how to implement it soon enough. Thanks for addressing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
