https://prefect.io logo
m

Madhup Sukoon

03/15/2022, 3:20 PM
Hi! Running this:
Copy code
helm pull --destination /tmp/c68c98cd-c919-46b6-9e17-924f22aa2dd3 --version 2022.01.25 --repo <https://prefecthq.github.io/server> prefecthq/prefect-server
results in an error :
Copy code
Error: chart "prefecthq/prefect-server" version "2022.01.25" not found in <https://prefecthq.github.io/server> repository
However, I do see
2022.01.25
as a version when I do
helm search repo prefecthq/prefect-server --versions
. Can someone please point out where I am going wrong?
k

Kevin Kho

03/15/2022, 3:27 PM
Hi @Madhup Sukoon, i’m a bit confused what you are attempting. Have you seen the README in the server repo how to install with helm?
m

Madhup Sukoon

03/15/2022, 3:28 PM
Yes, but my cluster is ArgoCD managed, and it requires specifying a version for helm charts.
Can you replicate this issue?
k

Kevin Kho

03/15/2022, 3:56 PM
Chatted with a team member with more helm experience and they said changing the command to this works
Copy code
helm pull  --destination /tmp/c68c98cd-c919-46b6-9e17-924f22aa2dd3 --version 2022.01.25 --repo <https://prefecthq.github.io/server> prefect-server
🙌 1
2 Views