Leon Kozlowski
01/10/2022, 11:46 PMprefect register --project "<PROJECT_NAME>" --json flow.json --label dev --force
Collecting flows...
Processing 'flow.json':
Registering '<FLOW_NAME>'... Done
└── ID: <ID>
└── Version: 3
But when I run my flow, some of the logic that changed, specifically an output file naming convention is not being used. I’m not sure if this has something to do with an image pull policy in my agent helm chart, or something that I am missing at registration timeKevin Kho
imagePullPolicy
to always like the last example here