Replies: 1 comment
-
|
Please let me know if there is an existing way to achieve this. Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to set the version of Python used in the Helm chart.
I see the image tags can be set via
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.11and{{ tpl .Chart.AppVersion . }}-python3.11neither of these worked because the chart template doesn't templatetplthe values forairflow_imagedefine/incude.I'd like to see one of these two options:
pythonVersionin the values.yaml file.airflow_imagethru thetplfunction.pythonVersionseems more clear to use, but also would require new define to use it.Beta Was this translation helpful? Give feedback.
All reactions