thesuperzapper commented on issue #15259:
URL: https://github.com/apache/airflow/issues/15259#issuecomment-818403977
@kimyen while not explicitly stated in the docs of the `stable/airflow`
chart, you can use `8.X.X` chart versions with an older airflow/python version.
For example, the values to use `airflow 2.0.1` with `python 3.6`:
```yaml
airflow:
image:
repository: apache/airflow
tag: 2.0.1-python3.6
```
For example, the values to use `airflow 1.15.0` with `python 3.6`:
```yaml
airflow:
# needed for airflow 1.10 to work
legacyCommands: true
image:
repository: apache/airflow
tag: 1.10.15-python3.6
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]