https://prefect.io logo
Title
m

Mark Li

09/09/2022, 1:56 PM
Are there any details anyone needs me to fill in? Is this the right place to be posting this? Don’t know how we like to “bump” messages here…
n

Nate

09/09/2022, 2:12 PM
hey @Mark Li ! When you deploy the Orion helm chart, are you using a
values.yaml
that sets a specific prefect base image? my first guess is that you're right, the issue is when
prefect orion start
is run, and the environment might have the wrong version of prefect
m

Mark Li

09/09/2022, 2:26 PM
Hi Nate! Yes, I’m using a very lightly modified version of the values.yaml file here: https://github.com/PrefectHQ/prefect-helm/blob/main/charts/prefect-orion/values.yaml Only made two modifications - Adding the “primary” section for postgres to correctly identify persistence or no persistence and adding in resource limits. So looking at the values.yaml file here, the image version would be latest-python3.9 - seems funky when looking at it. What’s the current latest version? I couldn’t find it when searching.
n

Nate

09/09/2022, 2:34 PM
I usually go to prefecthq/prefect on dockerhub and check out the tags to figure out what's available, for example
2.3-python3.9
is a very recent image that could be one that works for you Also just a note on helm, you only need to include the portion of the values.yaml that differs from the default chart, all the yaml you don't provide will default to the values you linked above
🙏 1
m

Mark Li

09/09/2022, 2:56 PM
I’ll specifically reference that version and see if that resolves my issue.
The pod seems to have succeeded!
Don’t know why latest-python3.9 failed.
n

Nate

09/09/2022, 3:43 PM
I'm not certain on the tagging name convention, but I'd guess that the one you used might have been the latest python 3.9 image for prefect 1, causing the
no command “orion”
error
m

Mark Li

09/09/2022, 3:49 PM
That was my initial thoughts. Wondering if there’s a way to specify latest the prefect 2 image?
n

Nate

09/10/2022, 9:04 PM
you can find the latest version for each python version here on our dockerhub
🙌 1