GitHub user Timelessprod added a comment to the discussion: Dag Versioning keeps increasing
I am having the same issue with a static DAG which has a `KubernetesPodOperator` where the image tag to use is provided with a variable in a config file which consumes an environment variable injected by Kubernetes. When I update this environment variable value in Kubernetes config and redeploy Airflow, it creates 20 to 70 new version tags for this DAG while the code of the DAG has not changed. I would expect only 1 new tag due to the value change. For me it's a bug at this point when I see this on the web UI: <img width="275" height="268" alt="Screenshot 2026-07-29 at 10 38 38" src="https://github.com/user-attachments/assets/6631524c-f698-43bb-acfe-a97a52695f8d" /> GitHub link: https://github.com/apache/airflow/discussions/66103#discussioncomment-17824672 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
