github PrefectHQ/prefect-helm 2024.9.3204915

15 days ago

Packaged with Prefect version 3.0.0

What's Changed

Breaking Changes

From this release forward, the prefect-worker and prefect-server charts will default to using prefect 3. This is a breaking change, as prefect 3 operates differently than prefect 2, please see the official upgrade guide here.

If you would like to continue using prefect 2, simply override the image tag to the version you would like:

worker

worker:
  image:
    prefectTag: 2.20.4-python.311-kubernetes

server

server:
  image:
    prefectTag: 2.20.4-python3.11
  • Bump default image versions for prefect-worker and prefect-server to 3 by @jamiezieziula in #377

Full Changelog: 2024.8.22203404...2024.9.3204915

Don't miss a new prefect-helm release

NewReleases is sending notifications on new releases.