https://prefect.io logo
Title
s

Sam Garvis

10/18/2022, 3:12 PM
Does anyone know where I can always see the most recent version of the helm chart prefect-agent https://github.com/PrefectHQ/prefect-helm/tree/main/charts/prefect-agent It shows version 0.0.0 on this page but I don't believe that's right.
1
c

Christopher Boyd

10/18/2022, 3:24 PM
They are packaged together, so I don’t think there is a specific “prefect-agent” version releaase, it’s the collective release, but I can check if that’s intentional
s

Sam Garvis

10/18/2022, 3:26 PM
helm upgrade -f values_dev.yaml dev-prefect-agent-1 prefecthq/prefect-agent --version 2022.10.6 --namespace=dev-prefect So I would do this for the most recent version? Because 2022.10.6 is the most recent tag
c

Christopher Boyd

10/18/2022, 3:26 PM
it wouldn’t make sense if the agent and prefect version were different than the the prefect version - if you were glancing at it briefly, would it even make sense?
is there a reason to specify the version? if it’s omitted it uses the latest
j

Jamie Zieziula

10/18/2022, 3:45 PM
Hey Sam! the releases page is the best way to see the latest release tags. The notes of each release should detail which prefect version it was packaged with, although that can always be overwritten with the values file.
if you’ll notice - on the
Chart.yaml
file - this is noted:
# This version is never actually shipped. github actions will package add the appropriate version at build-time
version: 0.0.0
s

Sam Garvis

10/18/2022, 3:57 PM
Thanks! @Christopher Boyd @Jamie Zieziula I will no longer specify the version and let it choose the most recent