You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/23 19:34:20 UTC

[GitHub] [airflow] kaxil commented on issue #19784: Airflow python exception at login

kaxil commented on issue #19784:
URL: https://github.com/apache/airflow/issues/19784#issuecomment-977067781


   It is difficult to do that with Helm as you can't really verify directly using just the "tags" via `NOTES.txt`. Users can have Custom images where the tags might be different.
   
   Few things and suggestions:
   - I would never recommend using a "moving target" for Production deployments -- i.e. never use the "latest" docker image. You should always use an immutable image to avoid surprises. Airflow does not have a good downgrade strategy. Using "latest" means you are prone to un-intentional Upgrades including Major versions.
   - You should only override the default on `useDefaultImageForMigration: True` if you want to control the DB migrations to avoid accidental upgrades, which worked in your case as you were able to identify. If you would have kept it the default you would have unintentionally upgraded to 2.2.2


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org