F

Flyte enables you to build & deploy data & ML pipelines, hassle-free. The infinitely scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks. Explore and Join the Flyte Community!

Override Image Tags in Workflows

Summary

The user is asking if it's possible to override image tags for pod templates in workflows before submission, as they often update these images in pull requests and face challenges when launching workflows from the CLI. They also question why workflows aren't registered at the time of PR updates and mention that if the repositories are disjoint, the "reference tasks" feature is intended for this purpose.

Status
open
Tags
    Source
    #ask-the-community
      k

      kumare

      9/14/2024

      If PRs update images why not just register the workflows at that point If they are disjoint repos : tasks - reference tasks is designed for this purpose

      j

      josh210

      9/13/2024

      All of our tasks use pod templates, we use 3 different image types in workflows and most of our PRs update these images. When we launch workflows from the CLI, we have to do lots of overriding of image tags in our pod templates. Is there a way to override the tags for each pod template in a workflow before submission?