Hey all, i was wondering if we could expect an off...
# ask-community
m
Hey all, i was wondering if we could expect an offical helm chart for the 3.0 rc's before the end of june? Thanks!
j
Hi! We haven't planned on cutting a chart release with the RC but we definitely can!
m
Understood! Yeah I think that would be great for making the migration as smooth as possible, but im sure you guys have bigger fish to fry! Thanks for the quick response.
e
hey matthew - we opted to hold off on releasing “official” chart releases with the rc embedded, bc of the nature of the builds being subject to bigger changes as we squash bugs/friction points if you’re interested in rolling it into your deployment, you’re always welcome to override the values.yaml entry to pull it down
m
Got it. So we could basically just change the image tag?
e
for example, with the prefect-worker chart: https://github.com/PrefectHQ/prefect-helm/blob/main/charts/prefect-worker/values.yaml#L36 ^ this version would be overridden to something like:
Copy code
image:
  prefectTag: 3.0.0rc2-python3.10-kubernetes
m
Awesome. Thanks so much!
👍 1