GitHub user jeff-cook created a discussion: I would like to set the version of
Python used with Helm
I would like to set the version of Python used in the Helm chart.
I see the image tags can be set via
```
defaultAirflowTag: "3.0.6"
images:
airflow:
tag: "3.0.6"
```
And I can set this to `3.0.6-python3.11`. However do this means my images will
be out of sync with what the chart expects the image version to be.
I tried setting it to `{{ .Chart.AppVersion }}-python3.11` and `{{ tpl
.Chart.AppVersion . }}-python3.11` neither of these worked because the chart
template doesn't template `tpl` the values for `airflow_image` define/incude.
I'd like to see one of these two options:
1. Create `pythonVersion` in the values.yaml file.
2. Run `airflow_image` thru the `tpl` function.
`pythonVersion` seems more clear to use, but also would require new define to
use it.
GitHub link: https://github.com/apache/airflow/discussions/57177
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]