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/26 18:29:10 UTC

[GitHub] [airflow] kaxil edited a comment on issue #19802: airflow-create-user job does not run on helm upgrade

kaxil edited a comment on issue #19802:
URL: https://github.com/apache/airflow/issues/19802#issuecomment-980266072


   This happens because of Helm hooks:
   
   https://github.com/apache/airflow/blob/helm-chart/1.3.0/chart/templates/jobs/create-user-job.yaml#L39
   
   https://github.com/apache/airflow/blob/6dfc939833fd3dc477b3971d965ba142d3b8bd77/chart/templates/jobs/create-user-job.yaml#L39
   
   https://github.com/apache/airflow/blob/6dfc939833fd3dc477b3971d965ba142d3b8bd77/chart/templates/jobs/create-user-job.yaml#L39
   
   https://github.com/apache/airflow/blob/6dfc939833fd3dc477b3971d965ba142d3b8bd77/chart/templates/jobs/migrate-database-job.yaml#L38
   
   This was accidentally changed in https://github.com/apache/airflow/commit/35f3bf8fb447be0ed581cc317897180b541c63ce so the next version of chart should run it on upgrades.
   
   cc @jedcunningham @schnie 


-- 
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