Been trying to get the <prefect helm chart> workin...
# prefect-community
e
Been trying to get the prefect helm chart working and getting a little confused
1
helm tells me the latest version is 0.5.1 but it errors when I specify that and the releases show 0.4.0 as the latest. 0.4.0 does however work. Why are they different?
m
Hi Eddy, Joining this thread as I have the same issue. I’ve been running my helm chart successfully but it’s been giving me the same issue as of yesterday.
e
Could you share the config.yaml you have been using? I have not been able to get it working with 0.4.0 but reassuring that this may be a wider bug rather than my incompetence ahaha
m
I’m using the stock one from the repo. Just adjusting the values.yml file. You might need to specify 0.3.1 if you’re targeting Orion. Looking at the tags, it looks like the latest version for Orion is 0.3.1 https://github.com/PrefectHQ/prefect-helm/tags
j
The newer 0.6.0 version helm chart was released yesterday, fyi. That might be helfpul.
🙏🏻 1
🙏 1
e
Do I need to open some ports between my orion and agent pods?
j
@Christopher Boyd, @Jamie Zieziula, or @Anna Geller are probably best to answer that
c
Your agent connections are outbound only, and connect to the orion instance. If this is intra-cluster, there shouldn’t be any additional requirements
🙏 3
it’s going to route using cluster dns and ClusterIP, so you shouldn’t need any additional config
👍 1
👍🏻 1